From 2bd957a89d7a5995d5cda145d39a8ec1e315bc0d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 15 Apr 2013 13:22:51 -0400 Subject: Change the arg option for -O from numeric to string. --- tests/ChangeLog | 4 ++++ tests/scripts/features/output-sync | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'tests') 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 + + * scripts/features/output-sync (output_sync_set): New arg syntax. + 2013-04-14 Paul Smith * 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' -- cgit v1.2.3