diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-10 12:25:01 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-10 12:25:01 +0000 |
commit | 9ac359163a38a773ff69bbedbf5f179eb26672d3 (patch) | |
tree | b304f57e57bffc9187620175daf8855828099ca1 /tests | |
parent | 8c12ad08881146c83b9a9940880f45c89e5e2525 (diff) |
use tee when running with gui
svn path=/trunk/externals/iem/iemmatrix/; revision=14907
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.sh b/tests/runtests.sh index 324bbf5..30931a4 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -27,7 +27,7 @@ function run_nogui() { } function run_withgui() { - pd $IEMMATRIX -stderr runtests.pd > ${RUNTESTS_LOG} 2>&1 + pd $IEMMATRIX -stderr runtests.pd 2>&1 | tee ${RUNTESTS_LOG} } if test "x$1" = "x-gui"; then |