aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-16 22:31:33 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-16 22:31:33 +0000
commit1889ea5dae621980f611b196e3f574c11c2ac881 (patch)
tree02fb77e6bc2788a073f857d80ee38f2a91cdd785 /contrib
parentc058ee40c3fe37e722329cdea0450a8a33aab92b (diff)
downloadgnunet-1889ea5dae621980f611b196e3f574c11c2ac881.tar.gz
gnunet-1889ea5dae621980f611b196e3f574c11c2ac881.zip
repeat
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/repeat.sh1
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