Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
0975d397
Commit
0975d397
authored
9 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
fix tests from last commit
parent
dae17df5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testsuite/expect/globals
+2
-2
2 additions, 2 deletions
testsuite/expect/globals
testsuite/expect/globals_accounting
+1
-1
1 addition, 1 deletion
testsuite/expect/globals_accounting
with
3 additions
and
3 deletions
testsuite/expect/globals
+
2
−
2
View file @
0975d397
...
...
@@ -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 {
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/globals_accounting
+
1
−
1
View file @
0975d397
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment