Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
e5267ef4
Commit
e5267ef4
authored
Aug 03, 2007
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a pre-emptive stop-program before start-programs is invoked.
parent
b6a4e62c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
pelab/bw-bottleneck/gather-dest.pl
pelab/bw-bottleneck/gather-dest.pl
+5
-0
No files found.
pelab/bw-bottleneck/gather-dest.pl
View file @
e5267ef4
...
...
@@ -54,6 +54,11 @@ sub runTest
my
$dest1
=
$_
[
0
];
my
$dest2
=
$_
[
1
];
my
$i
=
0
;
stopProgram
(
$dest1
);
stopProgram
(
$dest2
);
stopProgram
("
client
");
startProgram
(
$dest1
,
"
sh /bw-bottleneck/run-server.sh
$serverPort
/bw-bottleneck dump-
$source
-
$dest1
-
$dest2
.dump
",
0
);
startProgram
(
$dest2
,
"
sh /bw-bottleneck/run-server.sh
$serverPort
/bw-bottleneck dump-
$source
-
$dest1
-
$dest2
.dump
",
0
);
...
...
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