Commit e1a2c7fe authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Define a ${pwd} macro, it's usefull for ad-hoc tests

parent eaa6454e
......@@ -492,6 +492,9 @@ exec_file(const char *fn, const char *script, const char *tmpdir,
bprintf(topbuild, "%s/%s", cwd, TOP_BUILDDIR);
macro_def(vltop, NULL, "topbuild", topbuild);
AN(getcwd(topbuild, sizeof topbuild));
macro_def(vltop, NULL, "pwd", topbuild);
macro_def(vltop, NULL, "bad_ip", "10.255.255.255");
/* Move into our tmpdir */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment