From 7d2d419820912e54cda370c97829af573d9f62ae Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Aug 2019 23:20:22 +0300 Subject: Revert previous (erroneously pushed to master) commit --- tests/common.testscript | 2 +- tests/directive/run.testscript | 10 ++++------ tests/test/common.testscript | 2 +- tests/test/config-test/testscript | 2 +- tests/test/script/common.testscript | 2 +- tests/test/script/runner/redirect.testscript | 2 +- 6 files changed, 9 insertions(+), 11 deletions(-) (limited to 'tests') diff --git a/tests/common.testscript b/tests/common.testscript index ae54fe2..e70a90b 100644 --- a/tests/common.testscript +++ b/tests/common.testscript @@ -32,7 +32,7 @@ project = test amalgamation = EOI -test.options += --no-default-options --serial-stop --quiet +test.options += --serial-stop --quiet if ($null($buildfile) || !$buildfile) test.options += --buildfile - diff --git a/tests/directive/run.testscript b/tests/directive/run.testscript index 5f6187d..565ed67 100644 --- a/tests/directive/run.testscript +++ b/tests/directive/run.testscript @@ -8,32 +8,30 @@ crosstest = false .include ../common.testscript -run = "run '$0' --no-default-options noop" - : no-output : cat <'assert true' >=buildfile; -$* <"$run" +$* <"run '$0' noop" : output : cat <'print foo=bar' >=buildfile; $* <<"EOI" >'bar' -$run +run '$0' noop print \$foo EOI : bad-exit : cat <'assert false' >=buildfile; -$* <"$run" 2>>EOE != 0 +$* <"run '$0' noop" 2>>EOE != 0 buildfile:1:1: error: assertion failed EOE : bad-output : cat <'print run' >=buildfile; -$* <"$run" 2>>"EOE" != 0 +$* <"run '$0' noop" 2>>"EOE" != 0 :1:4: error: expected executable name after run :1:5: info: while parsing $0 output EOE diff --git a/tests/test/common.testscript b/tests/test/common.testscript index 722f426..0b82849 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 += --no-default-options --serial-stop --quiet +test.options += --serial-stop --quiet # By default perform test. # 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. diff --git a/tests/test/script/common.testscript b/tests/test/script/common.testscript index 47af7a1..d51268a 100644 --- a/tests/test/script/common.testscript +++ b/tests/test/script/common.testscript @@ -32,6 +32,6 @@ end # automatically becoming dir{./}'s prerequisite. # c = cat >=testscript -b = $0 --no-default-options --serial-stop --quiet --buildfile - test \ +b = $0 --serial-stop --quiet --buildfile - test \ <"'testscript{testscript}: \$target'" \ &?test/*** diff --git a/tests/test/script/runner/redirect.testscript b/tests/test/script/runner/redirect.testscript index e3cc0d8..dfec2fd 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 <=buildfile; testscript{testscript}: $target EOI - $0 --no-default-options --serial-stop --quiet test foo 2>bar + $0 --serial-stop --quiet test foo 2>bar } : null -- cgit v1.1