aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src/shflags_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/1.0/src/shflags_test.sh')
-rwxr-xr-xsource/1.0/src/shflags_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/1.0/src/shflags_test.sh b/source/1.0/src/shflags_test.sh
index 0d2976f..0f0ce1d 100755
--- a/source/1.0/src/shflags_test.sh
+++ b/source/1.0/src/shflags_test.sh
@@ -115,7 +115,7 @@ EOF
for suite in ${tests}; do
suiteName=`expr "${suite}" : "${PREFIX}\(.*\).sh"`
echo
- echo "--- Executing the '${suiteName}' test suite ---" >&2
- ( exec ${shell} ./${suite}; )
+ echo "--- Executing the '${suiteName}' test suite ---"
+ ( exec ${shell} ./${suite} 2>&1; )
done
done