Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
596ecc5b
Commit
596ecc5b
authored
Dec 13, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix; make sure that we clear the current experiment log file
when we clean (delete) all the log files .
parent
93e61b70
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
db/Experiment.pm.in
db/Experiment.pm.in
+7
-0
No files found.
db/Experiment.pm.in
View file @
596ecc5b
...
...
@@ -2842,6 +2842,13 @@ sub CleanLogFiles($)
mysystem
(
"/bin/rm -f @delete"
)
==
0
or
return
-
1
;
#
#
Whenever
we
clean
the
log
files
,
we
might
as
well
clear
the
#
current
log
file
,
cause
it
no
longer
is
there
,
but
the
web
#
interface
will
not
know
that
.
#
$
self
->
ClearLogFile
();
return
0
;
}
...
...
Write
Preview
Markdown
is supported
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