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
d9fa4d29
Commit
d9fa4d29
authored
16 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Modify version check to just look for slurm v1.4 rather than a specific micro release
parent
a75bf79e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/expect/test22.2
+2
-2
2 additions, 2 deletions
testsuite/expect/test22.2
with
2 additions
and
2 deletions
testsuite/expect/test22.2
+
2
−
2
View file @
d9fa4d29
...
@@ -223,7 +223,7 @@ proc sreport_opt { soption } {
...
@@ -223,7 +223,7 @@ proc sreport_opt { soption } {
set not_support 1
set not_support 1
exp_continue
exp_continue
}
}
-re "slurm 1.4
.0-pre8
" {
-re "slurm 1.4" {
if {$debug} {send_user "\nmatch9\n"}
if {$debug} {send_user "\nmatch9\n"}
incr matches
incr matches
exp_continue
exp_continue
...
@@ -308,7 +308,7 @@ if {$matches != 2} {
...
@@ -308,7 +308,7 @@ if {$matches != 2} {
set matches [sreport_opt V ]
set matches [sreport_opt V ]
if {$matches != 1} {
if {$matches != 1} {
send_user "\nFAILURE: sreport -
v
failed ($matches)\n"
send_user "\nFAILURE: sreport -
V
failed ($matches)\n"
set exit_code 1
set exit_code 1
}
}
...
...
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