Skip to content
Snippets Groups Projects
Commit 0975d397 authored by Danny Auble's avatar Danny Auble
Browse files

fix tests from last commit

parent dae17df5
No related branches found
No related tags found
No related merge requests found
......@@ -1155,8 +1155,8 @@ proc test_track_wckey { } {
set track_wckey 0
spawn $scontrol show config
expect {
-re "TrackWCKey *= ($number)" {
set track_wckey $expect_out(1,string)
-re "TrackWCKey *= Yes" {
set track_wckey 1
exp_continue
}
eof {
......
......@@ -1632,7 +1632,7 @@ proc check_wckey_tracking { } {
set wckey 0
spawn $sacctmgr show config
expect {
-re "TrackWCKey *= 1" {
-re "TrackWCKey *= Yes" {
set wckey 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