From 97a9582ec8928624cd78146ae060aadfd92a9b22 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Sat, 27 Oct 2012 13:37:57 +1100 Subject: Don't show stderr in tests. That's just annoying. --- impl/test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impl/test/run') diff --git a/impl/test/run b/impl/test/run index 826bbde..169edda 100644 --- a/impl/test/run +++ b/impl/test/run @@ -7,7 +7,7 @@ FAILED=0 echo "Testing binary: $1 in directory $DIR" while [ -f "$DIR/$NUM.eqns" ] do - OUTPUT=$(timeout 5s $1 "$DIR/$NUM.eqns") + OUTPUT=$(timeout 5s $1 "$DIR/$NUM.eqns" 2> /dev/null) if [ $? -eq 124 ]; then OUTPUT="did not terminate" fi -- cgit v1.2.3