chiark / gitweb /
pretest-to-tested-repeatedly
[dgit-junk.git] / runes
diff --git a/runes b/runes
index ae5d9c918abfc2c83737320ae4ffaaaf78b3a6d3..0b1fb398601f7df97961dc2b8f3823488100949d 100644 (file)
--- a/runes
+++ b/runes
@@ -1,3 +1,7 @@
 rm -f adt.log; adt-run -ladt.log --summary=adt.summary -q dgit_3.10~.dsc --- adt-virt-schroot build; echo $?
 
-git-fetch -p main && ../play/pretest-to-tested
+git-fetch -p main && DGIT_TEST_RETRY_COUNT=3 nice ../play/pretest-to-tested
+
+watch ps -Hftpts/27
+
+sh -ec 'for x in `git-rev-list --reverse chiark/master..master`; do git checkout $x; tests/tests/test-list-uptodate; done