Skip to content
GitLab
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
3e94e978
Commit
3e94e978
authored
Mar 28, 2001
by
Leigh B. Stoller
Browse files
Return number of nodes as exit status; for batch mode to figure if
enough nodes available to try starting an experiment.
parent
02c72180
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/avail
View file @
3e94e978
...
...
@@ -85,3 +85,5 @@ my $sth = $dbh->
print
$sth
->
as_string
();
# Hacky. Batch daemon depends on this exit code.
exit
(
$sth
->
numrows
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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