adding tests for openssl and making sure that emstp is available when building monkey
[oweals/gnunet.git] / contrib / repeat.sh
1 while true; do rm -rf /tmp/test-gnunetd-*; make check || break; done