another attempt at travis debug

This commit is contained in:
Lev Walkin 2016-03-13 23:46:09 -07:00
parent 88badc8a5b
commit c6b34cc6de
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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);
}