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
5ff65d25
Commit
5ff65d25
authored
Aug 23, 2007
by
Russ Fish
Browse files
Micro bug-fix.
parent
af19935e
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/node_update.in
View file @
5ff65d25
...
...
@@ -56,7 +56,6 @@ my $batchmode = 0;
my
@nodes
=
();
my
$logname
;
my
$failed
=
0
;
my
$estate
;
#
# Load the Testbed support stuff.
...
...
@@ -116,7 +115,8 @@ if (! defined($experiment)) {
#
# Check state. Only ACTIVE experiments.
#
if
(
$experiment
->
state
()
ne
EXPTSTATE_ACTIVE
)
{
my
$estate
=
$experiment
->
state
;
if
(
$estate
()
ne
EXPTSTATE_ACTIVE
)
{
print
STDERR
"
Experiment
$pid
/
$eid
is in state
$estate
, not ACTIVE!
\n
";
# For web page.
exit
(
1
);
...
...
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