Commit c6b34cc6 authored by Lev Walkin's avatar Lev Walkin

another attempt at travis debug

parent 88badc8a
......@@ -39,6 +39,6 @@ check_crange_LDADD = $(noinst_LTLIBRARIES) \
check_PROGRAMS = check_crange check_fixer
TESTS_ENVIRONMENT = ASN1_TESTS_DIR=${srcdir}/../tests
TESTS_ENVIRONMENT = ASN1_TESTS_DIR=${top_builddir}/tests
TESTS = ${check_PROGRAMS}
......@@ -129,7 +129,7 @@ main(int ac, char **av) {
fprintf(stderr, "No tests defined?!\n");
system("pwd");
system("env");
system("ls");
system("cd .. && find .");
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