summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-12-19 12:11:24 +0200
committerAdrian Thurston <thurston@colm.net>2019-12-19 12:11:24 +0200
commit33a1d9896f2dc7d31b8c0b97feed33b902aeee27 (patch)
tree9fa29034e9621f293a62a81812308fe8af2ee868
parentcebe9ff64f5d4b2da3331483a22d73712014df51 (diff)
downloadcolm-33a1d9896f2dc7d31b8c0b97feed33b902aeee27.tar.gz
testing: list the tests that failed
-rw-r--r--configure.ac3
-rwxr-xr-xtest/timed2
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4e144a79..1d34b74e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -262,9 +262,8 @@ AC_PATH_PROG([RUST_BIN], [rustc])
AC_PATH_PROG([JULIA_BIN], [julia])
AC_PATH_PROG([GNUSTEP_CONFIG], [gnustep-config])
-echo -n "checking if julia is able to run programs ... "
-
if test "x$JULIA_BIN" != x; then
+ echo -n "checking if julia is able to run programs ... "
echo 'println( "can run julia programs" );' > conftest.jl
if sh -c "$JULIA_BIN conftest.jl" >>config.log 2>&1; then
echo "yes"
diff --git a/test/timed b/test/timed
index c48dbdb9..d74b956e 100755
--- a/test/timed
+++ b/test/timed
@@ -34,6 +34,8 @@ done
CASES=`find $WORKING -name '*.sh' -not -size 0 | wc -l`
FAILURES=`find $WORKING -name '*.diff' -not -size 0 | wc -l`
+find $WORKING -name '*.diff' -not -size 0
+
echo ---- cases
echo $CASES
echo ---- failures