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
b3183a13
Commit
b3183a13
authored
14 years ago
by
Don Lipari
Browse files
Options
Downloads
Patches
Plain Diff
Fixed test17.7
parent
af76ab80
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/test17.7
+4
-4
4 additions, 4 deletions
testsuite/expect/test17.7
with
4 additions
and
4 deletions
testsuite/expect/test17.7
+
4
−
4
View file @
b3183a13
...
@@ -39,7 +39,7 @@ set exit_code 0
...
@@ -39,7 +39,7 @@ set exit_code 0
set file_err "test$test_id.error"
set file_err "test$test_id.error"
set file_in "test$test_id.input"
set file_in "test$test_id.input"
set file_out "$cwd/test$test_id.output"
set file_out "$cwd/test$test_id.output"
set tmp_dir "
/tmp
"
set tmp_dir "
[exec $bin_printenv HOME]
"
print_header $test_id
print_header $test_id
...
@@ -47,8 +47,8 @@ print_header $test_id
...
@@ -47,8 +47,8 @@ print_header $test_id
# Delete left-over stdin/out/err files
# Delete left-over stdin/out/err files
# Build stdin file
# Build stdin file
#
#
exec $bin_rm -f $file_in $file_out $file_err
exec $bin_rm -f $file_in $file_out
$tmp_dir/
$file_err
if {[file exists
/
tmp/$file_err]} {
if {[file exists
$
tmp
_dir
/$file_err]} {
send_user "\nWARNING: can not delete /tmp/$file_err to run test\n"
send_user "\nWARNING: can not delete /tmp/$file_err to run test\n"
set random 0
set random 0
spawn $bin_date +%N
spawn $bin_date +%N
...
@@ -128,7 +128,7 @@ if [file exists $file_err] {
...
@@ -128,7 +128,7 @@ if [file exists $file_err] {
}
}
if {$exit_code == 0} {
if {$exit_code == 0} {
exec $bin_rm -f $file_in $file_out $file_err
exec $bin_rm -f $file_in $file_out
$tmp_dir/
$file_err
send_user "\nSUCCESS\n"
send_user "\nSUCCESS\n"
}
}
exit $exit_code
exit $exit_code
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