aboutsummaryrefslogtreecommitdiff
path: root/tests/test/common.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-19 23:07:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-19 23:07:04 +0300
commit8283e34747d6409124517a217bb19354311030b2 (patch)
treedc56afc38ec55816727257888e1ba7c4c4632b81 /tests/test/common.testscript
parent1434ffdba68bdf935386cde56bb2fadd0cd352d5 (diff)
Make testscripts to ignore user's default options files
Diffstat (limited to 'tests/test/common.testscript')
-rw-r--r--tests/test/common.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/common.testscript b/tests/test/common.testscript
index 0b82849..722f426 100644
--- a/tests/test/common.testscript
+++ b/tests/test/common.testscript
@@ -20,7 +20,7 @@ if ($null($test.options))
test.options = --buildfile -
end
-test.options += --serial-stop --quiet
+test.options += --no-default-options --serial-stop --quiet
# By default perform test.
#