Skip to content
Snippets Groups Projects
Commit 54f9f603 authored by Morris Jette's avatar Morris Jette
Browse files

Avoid creating batch output file in test

parent 842a73a5
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ $srun sleep 10 ...@@ -194,7 +194,7 @@ $srun sleep 10
# Spawn a job via srun using this account # Spawn a job via srun using this account
# #
set job_id3 0 set job_id3 0
spawn $sbatch -N1 -t1 -v --account=$test_acct $file_in1 spawn $sbatch -N1 -t1 -v --account=$test_acct --output=/dev/null $file_in1
expect { expect {
-re "Submitted batch job ($number)" { -re "Submitted batch job ($number)" {
set job_id3 $expect_out(1,string) set job_id3 $expect_out(1,string)
......
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