summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2011-01-12 20:39:04 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2011-01-12 20:39:04 (GMT)
commite884d06060c4b41abefe6746d772c20b84d84683 (patch)
tree5e28afcf06ed2f54449ab5bf24d6f805440ec1cd /testpar
parentf0489be2daeaade2db981d9f99dbee104b1a28aa (diff)
downloadhdf5-e884d06060c4b41abefe6746d772c20b84d84683.zip
hdf5-e884d06060c4b41abefe6746d772c20b84d84683.tar.gz
hdf5-e884d06060c4b41abefe6746d772c20b84d84683.tar.bz2
[svn-r19946] Bug fix: testph5.in failed to run the 't_shapesame -p' by claiming it could
not find t_shapesame in daily test. Turned out the mpiexec launcher is working like real shell and the daily test signon (hdftest) does not have "." in its $PATH. So, it could not automatically look for executables in the current directory. Solution: Change the executable to an explicit ./t_shapesame. Now mpiexec can "find" it. Tested by hand in Amani.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/testph5.sh.in5
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