diff options
Diffstat (limited to 't/tap-bailout-suppress-later-errors.sh')
-rw-r--r-- | t/tap-bailout-suppress-later-errors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-bailout-suppress-later-errors.sh b/t/tap-bailout-suppress-later-errors.sh index 936f71fb4..7f602942c 100644 --- a/t/tap-bailout-suppress-later-errors.sh +++ b/t/tap-bailout-suppress-later-errors.sh @@ -52,7 +52,7 @@ ok 2 ok 3 END -TESTS='foo.test bar.test baz.test' $MAKE -e check >stdout \ +run_make TESTS='foo.test bar.test baz.test' check >stdout \ && { cat stdout; exit 1; } cat stdout |