diff options
-rw-r--r-- | testpar/testph5.sh.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testpar/testph5.sh.in b/testpar/testph5.sh.in index b6e0cd4..f78cfac 100644 --- a/testpar/testph5.sh.in +++ b/testpar/testph5.sh.in @@ -62,9 +62,8 @@ TOOLTEST -p # Temporary patch: # Run t_shapesame this way. Need more permanent solution. -TEST_APP_BIN=t_shapesame -echo $RUNPARALLEL t_shapesame -p -eval $RUNPARALLEL t_shapesame -p +echo $RUNPARALLEL ./t_shapesame -p +eval $RUNPARALLEL ./t_shapesame -p # Check if the command failed and increment nerrors if so. if test $? -ne 0 ; then |