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
e5c98b63
Commit
e5c98b63
authored
Nov 09, 2010
by
Leigh B Stoller
Browse files
Cleanup the limits file.
parent
b74fa6b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Experiment.pm.in
View file @
e5c98b63
...
...
@@ -2717,7 +2717,7 @@ sub CleanLogFiles($)
if
($
file
=~
/^.*\.
ns
$/);
push
(@
delete
,
"${workdir}/$1"
)
if
($
file
=~
/^(.*\.(
log
|
ptop
|
top
|
assign
|
soln
|
xml
))$/);
if
($
file
=~
/^(.*\.(
log
|
ptop
|
top
|
assign
|
soln
|
xml
|
limits
))$/);
push
(@
delete
,
"${workdir}/$1"
)
if
($
file
=~
/^((
swap
|
start
|
cancel
|
newrun
).*\..*)$/);
...
...
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