Commit 84b57882 authored by Lev Walkin's avatar Lev Walkin

show the environment to debug absense of tests

parent e8eb52b4
......@@ -127,6 +127,8 @@ main(int ac, char **av) {
if(completed == 0) {
fprintf(stderr, "No tests defined?!\n");
system("pwd");
system("env");
exit(EX_NOINPUT);
}
......
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