summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2021-03-08 17:53:39 +0100
committerTamás Zolnai <zolnaitamas2000@gmail.com>2021-03-08 19:08:25 +0100
commite034866430a4d961d4240ee3298ee2d1e959736a (patch)
treefb87de073314f1ac8735b0540abcedd75f249aea
parentjsdialog: don't scroll whole page (diff)
downloadonline-e034866430a4d961d4240ee3298ee2d1e959736a.tar.gz
online-e034866430a4d961d4240ee3298ee2d1e959736a.zip
cypress: make: spec can be optional here.
Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> Change-Id: I98448dbb8710ea869618b341b251a0f8657386da
-rw-r--r--cypress_test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index 47820dc827..5057afb9c3 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -620,7 +620,7 @@ define run_test_headless
--headless \
--config $(1) \
--env $(2) \
- --spec=$(3) \
+ $(if $(3),--spec=$(3)) \
|| ($(KILL_COMMAND) && false)
endef