diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-19 23:28:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-21 21:16:24 +0300 |
commit | ed6432add13b0ee9c35a9bbd261e068969f0462d (patch) | |
tree | e73ec22acf06cf2feffc31b2b8bd3ef2a86ead95 /tests/test/config-test/testscript | |
parent | 91734f1772aeca9795040d2db03b4f29051fa922 (diff) |
Make testscripts to ignore user's default options files
Diffstat (limited to 'tests/test/config-test/testscript')
-rw-r--r-- | tests/test/config-test/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript index 996ddd3..1dabfeb 100644 --- a/tests/test/config-test/testscript +++ b/tests/test/config-test/testscript @@ -5,7 +5,7 @@ # Setup a realistic test project that we will then exercise. # -test.options = --serial-stop --quiet +test.options = --no-default-options --serial-stop --quiet test.arguments = 'test(../proj/@./)' # Test out-of-src (for parallel). test.cleanups = &?**/ # Cleanup out directory structure. |