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
f19754c4
Commit
f19754c4
authored
Sep 17, 2002
by
Robert Ricci
Browse files
Fix a bug that prevented the use of multiple types in a single
command line.
parent
edce4e32
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/tbtest
View file @
f19754c4
...
...
@@ -337,7 +337,7 @@ sub step_init {
my
$raw
=
"";
foreach
$type
(
keys
(
%have
))
{
$raw
.=
join
("
",
@
{
$have
{
$type
}});
$raw
.=
"
"
.
join
("
",
@
{
$have
{
$type
}});
}
prints
"
Reserving
";
tbexec
("
/usr/testbed/bin/nalloc
$pid
$eid
$raw
","
$path
/reserve.log
");
...
...
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