diff options
author | Paul Smith <psmith@gnu.org> | 2013-04-15 13:22:51 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-04-15 13:22:51 -0400 |
commit | 2bd957a89d7a5995d5cda145d39a8ec1e315bc0d (patch) | |
tree | ab90ba692b2180ef9dd408a0d3a259102f75d0c8 /tests | |
parent | 7f7e6f80c5c8c1e67eb022a2bde9918512b98c65 (diff) | |
download | gunmake-2bd957a89d7a5995d5cda145d39a8ec1e315bc0d.tar.gz |
Change the arg option for -O from numeric to string.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 4 | ||||
-rw-r--r-- | tests/scripts/features/output-sync | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 31f1dee..0502aba 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2013-04-15 Paul Smith <psmith@gnu.org> + + * scripts/features/output-sync (output_sync_set): New arg syntax. + 2013-04-14 Paul Smith <psmith@gnu.org> * scripts/features/output-sync: Rewrite to be more reliable. diff --git a/tests/scripts/features/output-sync b/tests/scripts/features/output-sync index 100646c..dce2ac4 100644 --- a/tests/scripts/features/output-sync +++ b/tests/scripts/features/output-sync @@ -82,7 +82,7 @@ all: make-foo make-bar make-foo: ; \$(MAKE) -C foo make-bar: ; \$(MAKE) -C bar!, - '-j -O2', + '-j -Omake', "#MAKEPATH# -C foo #MAKEPATH# -C bar #MAKE#[1]: Entering directory '#PWD#/foo' @@ -114,7 +114,7 @@ all: make-foo make-bar make-foo: ; \$(MAKE) -C foo make-bar: ; $sleep_command 1 ; \$(MAKE) -C bar!, - '-j --output-sync', + '-j --output-sync=target', "#MAKEPATH# -C foo $sleep_command 1 ; #MAKEPATH# -C bar #MAKE#[1]: Entering directory '#PWD#/foo' |