Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
4aae6ce5
Commit
4aae6ce5
authored
Nov 18, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change die() to ExitWithStatus(1) so that the user sees the message
instead of testbed-ops. Either way, Mike gets to see it.
parent
d671acd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tbsetup/swapexp.in
tbsetup/swapexp.in
+3
-3
No files found.
tbsetup/swapexp.in
View file @
4aae6ce5
...
...
@@ -387,9 +387,9 @@ else {
#
# Must be unlocked if called by the user.
#
die
("
*** $0:
\n
"
.
"
Experiment
$pid
/
$eid
went into transition at
$expt_locked
!
\n
"
.
"
You must wait until it is no longer in transition.
\n
")
ExitWithStatus
(
1
,
"
Experiment
$pid
/
$eid
went into transition at
$expt_locked
!
\n
"
.
"
You must wait until it is no longer in transition.
\n
")
if
(
defined
(
$expt_locked
));
#
...
...
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