Update test-runner.sh to v0.2.0

This commit is contained in:
2014-06-03 20:01:31 +01:00
parent 7e63149c26
commit 8a06ad149e

View File

@@ -9,7 +9,7 @@ test-runner.sh:
test -f "test-runner.sh" || \
echo "fetching test-runner.sh..." && \
curl -s -L -o test-runner.sh \
https://github.com/jimeh/test-runner.sh/raw/v0.1.0/test-runner.sh && \
https://github.com/jimeh/test-runner.sh/raw/v0.2.0/test-runner.sh && \
chmod +x test-runner.sh
remove-test-runner.sh: