diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-07-16 22:31:33 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-07-16 22:31:33 +0000 |
commit | 1889ea5dae621980f611b196e3f574c11c2ac881 (patch) | |
tree | 02fb77e6bc2788a073f857d80ee38f2a91cdd785 | |
parent | c058ee40c3fe37e722329cdea0450a8a33aab92b (diff) |
repeat
-rwxr-xr-x | contrib/repeat.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/repeat.sh b/contrib/repeat.sh new file mode 100755 index 000000000..3efc95f07 --- /dev/null +++ b/contrib/repeat.sh @@ -0,0 +1 @@ +while true; do rm -rf /tmp/test-gnunetd-*; make check || break; done |