Skip to content
Snippets Groups Projects
Commit 592f256e authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Fix bad path assuption for test7.4.sh location.

parent 8b9e20a1
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ set exit_code 0 ...@@ -40,7 +40,7 @@ set exit_code 0
set test_prog "test$test_id.prog" set test_prog "test$test_id.prog"
# Note this appears as a single argv value to totalviewcli # Note this appears as a single argv value to totalviewcli
set bulk "set issue_dgo false; dset TV::bulk_launch_enabled true; dset TV::bulk_launch_string {$srun -N%N -n%N --jobid=`test7.4.sh $squeue %t1` -l --input=none %B/tvdsvr%K -callback_host %H -callback_ports %L -set_pws %P -verbosity %V -working_directory %D %F}" set bulk "set issue_dgo false; dset TV::bulk_launch_enabled true; dset TV::bulk_launch_string {$srun -N%N -n%N --jobid=`./test7.4.sh $squeue %t1` -l --input=none %B/tvdsvr%K -callback_host %H -callback_ports %L -set_pws %P -verbosity %V -working_directory %D %F}"
set no_bulk "set issue_dgo false; dset TV::bulk_launch_enabled false" set no_bulk "set issue_dgo false; dset TV::bulk_launch_enabled false"
print_header $test_id print_header $test_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment