From ef7cb7ea3e6fcb21a4fcf38602b3f43f03232ace Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2016 17:08:31 +0200 Subject: Implement testscript variable-if Now a variable-only if is treated the same as a single variable when deciding whether it is part of a test or setup/teardown. --- tests/common.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/common.test') diff --git a/tests/common.test b/tests/common.test index 4d4520f..a35d0f8 100644 --- a/tests/common.test +++ b/tests/common.test @@ -16,6 +16,6 @@ test.options += -q --buildfile - # By default just load the buildfile. # -+if ($empty($test.arguments)) +if ($empty($test.arguments)) test.arguments = noop end -- cgit v1.1