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

Fix test script

parent 1e3ad227
No related branches found
No related tags found
No related merge requests found
...@@ -52,12 +52,12 @@ for ((i = 0; i < 100; i++)); do ...@@ -52,12 +52,12 @@ for ((i = 0; i < 100; i++)); do
cat /etc/hosts cat /etc/hosts
done" done"
close $file close $file
exec $bin_chmod 700 $test_script
# #
# Launch the test script # Launch the test script
# #
set srun_pid [spawn $srun -u -v -n1 waiter.py] set srun_pid [spawn $srun -u -v -n1 $test_script]
set timeout 30 set timeout 30
expect { expect {
......
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