aboutsummaryrefslogtreecommitdiff
path: root/tests/test/config-test/testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-19 23:20:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-19 23:20:22 +0300
commit7d2d419820912e54cda370c97829af573d9f62ae (patch)
tree7786186093005dbd5a42f3054c4fb70f0ae921d6 /tests/test/config-test/testscript
parent8283e34747d6409124517a217bb19354311030b2 (diff)
Revert previous (erroneously pushed to master) commit
Diffstat (limited to 'tests/test/config-test/testscript')
-rw-r--r--tests/test/config-test/testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript
index 1dabfeb..996ddd3 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 = --no-default-options --serial-stop --quiet
+test.options = --serial-stop --quiet
test.arguments = 'test(../proj/@./)' # Test out-of-src (for parallel).
test.cleanups = &?**/ # Cleanup out directory structure.