diff options
author | Adrian Thurston <thurston@colm.net> | 2019-12-19 12:11:24 +0200 |
---|---|---|
committer | Adrian Thurston <thurston@colm.net> | 2019-12-19 12:11:24 +0200 |
commit | 33a1d9896f2dc7d31b8c0b97feed33b902aeee27 (patch) | |
tree | 9fa29034e9621f293a62a81812308fe8af2ee868 /configure.ac | |
parent | cebe9ff64f5d4b2da3331483a22d73712014df51 (diff) | |
download | colm-33a1d9896f2dc7d31b8c0b97feed33b902aeee27.tar.gz |
testing: list the tests that failed
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 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" |