Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
befb3434
Commit
befb3434
authored
Sep 07, 2006
by
Leigh B. Stoller
Browse files
Minor bugfix.
parent
88149f3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/template_swapout.in
View file @
befb3434
...
...
@@ -186,7 +186,7 @@ $SIG{TERM} = \&sighandler;
if
(
!
$batchmode
)
{
# Cleanup
$experiment
->
CleanLogFiles
()
==
0
or
fatal
("
Could not clean up logfiles!
");
or
fatal
(
-
1
,
"
Could not clean up logfiles!
");
$logname
=
TBExptCreateLogFile
(
$pid
,
$eid
,
"
swapout
");
TBExptSetLogFile
(
$pid
,
$eid
,
$logname
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment