diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-19 23:07:04 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-19 23:07:04 +0300 |
commit | 8283e34747d6409124517a217bb19354311030b2 (patch) | |
tree | dc56afc38ec55816727257888e1ba7c4c4632b81 /tests/test/script/runner | |
parent | 1434ffdba68bdf935386cde56bb2fadd0cd352d5 (diff) |
Make testscripts to ignore user's default options files
Diffstat (limited to 'tests/test/script/runner')
-rw-r--r-- | tests/test/script/runner/redirect.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/runner/redirect.testscript b/tests/test/script/runner/redirect.testscript index dfec2fd..e3cc0d8 100644 --- a/tests/test/script/runner/redirect.testscript +++ b/tests/test/script/runner/redirect.testscript @@ -16,7 +16,7 @@ psr = ($cxx.target.class != 'windows' ? '/' : '\\') # Path separator in regex. cat <<EOI >=buildfile; testscript{testscript}: $target EOI - $0 --serial-stop --quiet test <foo >foo 2>bar + $0 --no-default-options --serial-stop --quiet test <foo >foo 2>bar } : null |