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
7ab91cd4
Commit
7ab91cd4
authored
Nov 09, 2006
by
Leigh B. Stoller
Browse files
Lets not delete the NS file is it happens to look like a log file!
parent
f0629901
Changes
1
Show whitespace changes
Inline
Side-by-side
db/Experiment.pm.in
View file @
7ab91cd4
...
...
@@ -1022,6 +1022,10 @@ sub CleanLogFiles($)
closedir
(
DIR
);
foreach
my
$
file
(@
files
)
{
#
Just
in
case
...
next
if
($
file
=~
/^.*\.
ns
$/);
push
(@
delete
,
"${workdir}/$1"
)
if
($
file
=~
/^(.*\.(
log
|
ptop
|
top
|
assign
))$/);
...
...
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