summaryrefslogtreecommitdiff
path: root/t/silent-cxx.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/silent-cxx.sh')
-rw-r--r--t/silent-cxx.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/silent-cxx.sh b/t/silent-cxx.sh
index 0ab2aa27f..00203c228 100644
--- a/t/silent-cxx.sh
+++ b/t/silent-cxx.sh
@@ -71,9 +71,10 @@ $FGREP am_cv_CXX_dependencies_compiler_type configure
for config_args in \
--enable-dependency-tracking --disable-dependency-tracking
do
+
./configure $config_args --enable-silent-rules
- $MAKE >stdout || { cat stdout; exit 1; }
- cat stdout
+
+ run_make -O
$EGREP ' (-c|-o)' stdout && exit 1
grep 'mv ' stdout && exit 1
@@ -90,8 +91,7 @@ do
# Ensure a clean rebuild.
$MAKE clean
- $MAKE V=1 >stdout || { cat stdout; exit 1; }
- cat stdout
+ run_make -O V=1
grep ' -c ' stdout
grep ' -o ' stdout