]> arthur.barton.de Git - bup.git/blobdiff - Makefile
helpers: rename realpath to resolve_parent
[bup.git] / Makefile
index b1e1214440f88c43c183278e7246841f48c6fe6c..ab52afd1e3c087824ff59e09a2723c08592a7d05 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -188,7 +188,8 @@ stupid:
 test: all
        if test -e t/tmp/test-log; then rm -r t/tmp/test-log; fi
        mkdir -p t/tmp/test-log
-       ./wvtest watch --no-counts $(MAKE) runtests-python runtests-cmdline
+       ./wvtest watch --no-counts \
+         $(MAKE) runtests-python runtests-cmdline 2>t/tmp/test-log/$$$$.log
        ./wvtest report t/tmp/test-log/*.log
 
 check: test