Skip to content
Snippets Groups Projects
Commit 24139a75 authored by Moe Jette's avatar Moe Jette
Browse files

explicitly give path to executable

parent d4916c0c
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ exec $bin_chmod 700 $file_prog_get ...@@ -54,7 +54,7 @@ exec $bin_chmod 700 $file_prog_get
# Run job stand-alone to validate basic operation with 1 task and no srun # Run job stand-alone to validate basic operation with 1 task and no srun
# #
send_user "\nRunning PMI test stand alone (without srun)\n" send_user "\nRunning PMI test stand alone (without srun)\n"
set prog_pid [spawn $file_prog_get] set prog_pid [spawn ./$file_prog_get]
expect { expect {
-re "(FAILURE|error)" { -re "(FAILURE|error)" {
send_user "\nFAILURE: some error occurred\n" send_user "\nFAILURE: some error occurred\n"
......
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