Commit c9c9862b authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

varnishtest: New pkg_{version,branch} VTC macros

parent da08a4c2
......@@ -808,6 +808,9 @@ main(int argc, char * const *argv)
else
tmppath = strdup("/tmp");
extmacro_def("pkg_version", NULL, PACKAGE_VERSION);
extmacro_def("pkg_branch", NULL, PACKAGE_BRANCH);
cwd = getcwd(buf, sizeof buf);
extmacro_def("pwd", NULL, "%s", cwd);
......
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