aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/bin/gen_test_results.sh
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-13 01:12:09 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-13 01:12:09 +0000
commit9664c01086460b4264cc160da3194f53747693b7 (patch)
treefd2f74d0087183563e786194152d711a2a16859e /source/1.0/bin/gen_test_results.sh
parentdd6c9134c8b2c6c5289062cbbfcb902afb12e09f (diff)
downloadshflags-9664c01086460b4264cc160da3194f53747693b7.tar.gz
don't need to send stuff from stderr to stdout as the shflags_test.sh script does that internally now
Diffstat (limited to 'source/1.0/bin/gen_test_results.sh')
-rwxr-xr-xsource/1.0/bin/gen_test_results.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/1.0/bin/gen_test_results.sh b/source/1.0/bin/gen_test_results.sh
index 7597b10..c39e1b8 100755
--- a/source/1.0/bin/gen_test_results.sh
+++ b/source/1.0/bin/gen_test_results.sh
@@ -72,7 +72,7 @@ if [ -f "${output}" ]; then
fi
# run tests
-( cd "${SRC_DIR}"; ./shflags_test.sh 2>&1 |tee "${output}" )
+( cd "${SRC_DIR}"; ./shflags_test.sh |tee "${output}" )
echo >&2
echo "output written to '${output}'" >&2