diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-22 10:56:07 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-22 10:56:09 +0200 |
commit | e958709f467eb459c83f9e92fb8bfceca94b5c21 (patch) | |
tree | ba01da78572c796d672d6a243323547bd493677e /t/make-keepgoing.tap | |
parent | c7cfa09349bb588b71ea7adffa385034465b1b09 (diff) | |
download | automake-e958709f467eb459c83f9e92fb8bfceca94b5c21.tar.gz |
tests: two minor fixups
* t/make-keepgoing.tap: Here.
* t/parallel-tests-exit-statuses.sh: And here.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/make-keepgoing.tap')
-rw-r--r-- | t/make-keepgoing.tap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/make-keepgoing.tap b/t/make-keepgoing.tap index f9db028a6..a595eebb3 100644 --- a/t/make-keepgoing.tap +++ b/t/make-keepgoing.tap @@ -85,7 +85,7 @@ check_make k-n # Test against a possible regressions similar to those that affected # detection of dry mode ("make -n"). check_make k-n TESTS="k.test k2.test" -check_make k-n TESTS="k1 k k2" AM_MAKEFLAGS="TESTS='k1 k2'" +check_make k-n TESTS="k1 k2" AM_MAKEFLAGS="TESTS='k1 k2'" check_make k-n TESTS="k1 k k2" AM_MAKEFLAGS='TESTS="k1 k k2"' check_make k-n FOOFLAGS="-k -k -nkf2 k -ks --keep -k" check_make k-n MYFLAGS="-k --keepgoing -k --keep-run -k" |