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
c1e91eed
Commit
c1e91eed
authored
Apr 20, 2006
by
Mike Hibler
Browse files
Gross fix til new program agent hits plab nodes
parent
7fe38bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/start-experiment
View file @
c1e91eed
...
...
@@ -153,7 +153,7 @@ if (system "$TEVC -e $pid/$eid now planetc-tracemon start") {
#
my
$startarg
=
"";
print
"
##### Starting stubs
";
if
(
$stub_cmdargs
ne
$UNKNOWN
)
{
if
(
$stub_cmdargs
ne
$UNKNOWN
&&
$stub_cmdargs
!~
/^\s*$/
)
{
print
"
with: '
$stub_cmd
$stub_cmdargs
'
";
$startarg
=
"
'COMMAND={
$stub_cmd
$stub_cmdargs
}'
";
}
...
...
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