diff options
Diffstat (limited to 'tests/common.test')
-rw-r--r-- | tests/common.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common.test b/tests/common.test index 2311ae1..d495da0 100644 --- a/tests/common.test +++ b/tests/common.test @@ -15,6 +15,6 @@ test.options += --jobs 1 --quiet --buildfile - # By default just load the buildfile. # -if ($empty($test.arguments)) +if ($null($test.arguments)) test.arguments = noop end |