Skip to content
Snippets Groups Projects
Commit 2f65854c authored by jette's avatar jette
Browse files

Change test due to accounting frequency change

We now reject jobs with an invalid accounting frequency at
submit time rather than launch time, so the error is slightly
different and the test needs to change for that.
parent 26560fa5
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ if {$sub_match != 1} {
set sub_match 0
spawn $srun -v --mem=200 --acctg-freq=[expr $freq_val + 10] sleep 5
expect {
-re "Application launch failed: Invalid accounting" {
-re "Invalid accounting frequency" {
send_user "\nThis error is expect do not worry.\n"
set sub_match 1
exp_continue
......
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