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
06666e17
Commit
06666e17
authored
Oct 31, 2005
by
Leigh B. Stoller
Browse files
Add another barrier so that the print BW progress statements are
properly ordered.
parent
1c9174c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/linktest/linktest.pl.in
View file @
06666e17
...
...
@@ -378,6 +378,9 @@ if(&dotest(TEST_BW)){
my
$msg
=
"
Testing Bandwidth...
";
&post_event
(
EVENT_REPORT
,
$msg
);
&sim_event
(
EVENT_LOG
,
$msg
);
# Ick, this barrier makes sure the above message gets into the log
# first, so as not to confuse Mike.
&barrier
();
&debug
("
\n
$msg
\n\n
");
&bw_test
;
&report_status
;
...
...
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