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
e13d6f75
Commit
e13d6f75
authored
10 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Fix for invalid variable name in test
parent
60c67e82
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/expect/test1.74
+2
-1
2 additions, 1 deletion
testsuite/expect/test1.74
with
2 additions
and
1 deletion
testsuite/expect/test1.74
+
2
−
1
View file @
e13d6f75
...
...
@@ -77,7 +77,7 @@ expect {
}
proc cleanup { } {
global acct acct_c1 acct_c2 qos
global acct acct_c1 acct_c2
exit_code
qos
remove_acct "" "$acct,$acct_c1,$acct_c2"
if {[remove_qos "$qos"] != 0} {
send_user "\nWARNING: not authorized to perform this test\n"
...
...
@@ -155,6 +155,7 @@ proc add_child {parent child maxnode grpnode} {
cleanup
# Setup
set partition [default_partition]
set node_cnt [available_nodes $partition "idle,alloc,comp"]
if {$node_cnt < 3} {
send_user "\nWARNING: partition $partition has too few nodes ($node_cnt < 3)\n"
...
...
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