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
9c408064
Commit
9c408064
authored
Nov 20, 2005
by
Timothy Stack
Browse files
Oops, forgot to allow modify_reswap as a validate state to run
linktest.
parent
0989c541
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/linktest/linktest_control.in
View file @
9c408064
...
...
@@ -152,7 +152,8 @@ if (! ($expstate = ExpState($pid, $eid))) {
die
("
*** $0:
\n
"
.
"
No such experiment
$pid
/
$eid
!
\n
");
}
if
(
$expstate
ne
EXPTSTATE_ACTIVE
&&
$expstate
ne
EXPTSTATE_ACTIVATING
)
{
if
(
$expstate
ne
EXPTSTATE_ACTIVE
&&
$expstate
ne
EXPTSTATE_ACTIVATING
&&
$expstate
ne
EXPTSTATE_MODIFY_RESWAP
)
{
die
("
*** $0:
\n
"
.
"
Experiment
$pid
/
$eid
must be active!
\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