Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
7ab91cd4
Commit
7ab91cd4
authored
Nov 09, 2006
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lets not delete the NS file is it happens to look like a log file!
parent
f0629901
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
db/Experiment.pm.in
db/Experiment.pm.in
+4
-0
No files found.
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
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