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
b9283c36
Commit
b9283c36
authored
Jan 30, 2004
by
Leigh B. Stoller
Browse files
Always add -k keyfile argument to linktest command line.
parent
57c245f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/linktest/run_linktest.pl.in
View file @
b9283c36
...
...
@@ -160,9 +160,9 @@ if (!defined($server)) {
#
# These days, must use a keyfile! Hmm, linktest.c is not using a keyfile.
#
#
if (!defined($keyfile)) {
#
$keyfile = "/proj/$pid/exp/$eid/tbdata/eventkey";
#
}
if
(
!
defined
(
$keyfile
))
{
$keyfile
=
"
/proj/
$pid
/exp/
$eid
/tbdata/eventkey
";
}
my
$linktest_path
;
# path to linktest data.
$linktest_path
=
"
/proj/
"
.
$pid
.
"
/exp/
"
.
$eid
.
"
/tbdata/linktest
";
...
...
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