From 62a28aa3f21199e9217df35f7e60760f722cd9c4 Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Tue, 7 Feb 2012 19:56:06 +0000
Subject: [PATCH] runTest.sh: fixed small but crucial typo

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7661 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 bin/runTest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/runTest.sh b/bin/runTest.sh
index d1d7e403bb..deb9f9c5aa 100755
--- a/bin/runTest.sh
+++ b/bin/runTest.sh
@@ -46,7 +46,7 @@ fi
 echo "######################"
 echo "# Running test"
 echo "######################"
-if ! "$TEST_BINARY" $TEST_ARGS; then
+if "$TEST_BINARY" $TEST_ARGS; then
     echo "Executing the binary failed!"
     exit 1
 fi
-- 
GitLab