]> arthur.barton.de Git - bup.git/blobdiff - Makefile
_write_pack_idx_v2: close idx_map separately
[bup.git] / Makefile
index b1e1214440f88c43c183278e7246841f48c6fe6c..410613f793983211facb0938fe97f7f4b7496e36 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -145,6 +145,8 @@ runtests-python: all t/tmp
            | tee -a t/tmp/test-log/$$$$.log
 
 cmdline_tests := \
+  t/test-main.sh \
+  t/test-list-idx.sh \
   t/test-index.sh \
   t/test-split-join.sh \
   t/test-fuse.sh \
@@ -188,7 +190,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