summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-04-15 13:22:51 -0400
committerPaul Smith <psmith@gnu.org>2013-04-15 13:22:51 -0400
commit2bd957a89d7a5995d5cda145d39a8ec1e315bc0d (patch)
treeab90ba692b2180ef9dd408a0d3a259102f75d0c8 /tests
parent7f7e6f80c5c8c1e67eb022a2bde9918512b98c65 (diff)
downloadgunmake-2bd957a89d7a5995d5cda145d39a8ec1e315bc0d.tar.gz
Change the arg option for -O from numeric to string.
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/scripts/features/output-sync4
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'