From: Akim Demaille Date: Thu, 19 Sep 2013 13:51:32 +0000 (+0200) Subject: tests: remove stray debugging traces X-Git-Tag: v3.0.1~31 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/3dc50b3bc2f11909b6edf51ea6e9414228235c2e tests: remove stray debugging traces * tests/atlocal.in: Remove traces. Be ready to remove conftest.dSYM generated on OS X. --- diff --git a/tests/atlocal.in b/tests/atlocal.in index 19ecfd7b..0184ae19 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -72,13 +72,12 @@ int main () std::cout << "Works" << std::endl; } EOF - ls $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS $LIBS -o conftest conftest.cc case $? in 0);; *) BISON_CXX_WORKS="as_fn_error 77 cannot-compile-simple-program";; esac - rm -f conftest* + rm -fr conftest* fi # Whether the compiler supports POSIXLY_CORRECT defined.