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-stable
Commits
4d85de80
Commit
4d85de80
authored
May 21, 2004
by
Leigh B. Stoller
Browse files
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
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
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