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
4d85de80
Commit
4d85de80
authored
May 21, 2004
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor bug; missing a -force argument to tbswap when killing an
experiment cause of failure!
parent
a361602b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tbsetup/batchexp.in
tbsetup/batchexp.in
+1
-1
No files found.
tbsetup/batchexp.in
View file @
4d85de80
...
...
@@ -681,7 +681,7 @@ sub fatal($)
if
(
$estate
ne
EXPTSTATE_NEW
)
{
if
(
$estate
eq
EXPTSTATE_ACTIVE
)
{
print
"
Running 'tbswap out -force
$pid
$eid
'
\n
";
if
(
system
("
$tbbindir
/tbswap out
$pid
$eid
")
!=
0
)
{
if
(
system
("
$tbbindir
/tbswap out
-force
$pid
$eid
")
!=
0
)
{
print
"
tbswap out failed!
\n
";
}
}
...
...
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