Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Redirect /dev/null to stdin for run-tests.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jun 13, 2010
1 parent 5c45ab6 commit 012caf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/msysGit/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cd /git &&
echo make $PARALLEL_MAKE &&
(cd t &&
rm -rf test-results &&
time make $PARALLEL_MAKE -k "$@") 2>&1 |
time make $PARALLEL_MAKE -k "$@" < /dev/null) 2>&1 |
(
CURRENT_TESTS=
FAILED_TESTS=
Expand Down

0 comments on commit 012caf0

Please sign in to comment.