Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
e0e967e3
Commit
e0e967e3
authored
Jan 15, 2003
by
Mac Newbold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Save the configure cmdline to a file.
parent
d90d0fbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
testsuite/tbtest
testsuite/tbtest
+5
-1
No files found.
testsuite/tbtest
View file @
e0e967e3
...
...
@@ -373,7 +373,7 @@ sub step_init {
print
STDERR
"
ERROR: Could not copy defs file.
\n
";
doexit
(
1
);
}
open
(
DEFS
,"
>
>
$path
/defs
");
open
(
DEFS
,"
>
$path
/defs
");
print
DEFS
"
TBDBNAME=
$testdb
\n
";
print
DEFS
"
TBOPSEMAIL=
$user
\@
emulab.net
\n
";
print
DEFS
"
TBLOGSEMAIL=
$user
\@
emulab.net
\n
";
...
...
@@ -389,6 +389,10 @@ sub step_init {
}
else
{
$testmode
=
"
--enable-testmode --disable-events
";
}
open
(
CONF
,"
>
$path
/config
");
print
CONF
"
$basedir
/../configure
\\\n
"
.
"
--prefix=
$path
/install
\\\n
$testmode
\\\n
--with-TBDEFS=
$path
/defs
\n
";
close
(
CONF
);
tbexec
("
$basedir
/../configure --prefix=
$path
/install
$testmode
"
.
"
--with-TBDEFS=
$path
/defs
",
"
$path
/configure.log
");
...
...
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