Commit 88badc8a authored by Lev Walkin's avatar Lev Walkin

another attempt at travis debug

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