diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2012-12-26 12:12:15 +0100 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2012-12-26 12:12:15 +0100 |
| commit | 45b21657d4451f794a7baf9a961909e7e11d3fba (patch) | |
| tree | 76bb06185ab65df422b895ae869ed06312966c42 /tests | |
| parent | 2391da0612e0254d2f29b058bceab1c92a94d9b9 (diff) | |
| download | webtest-45b21657d4451f794a7baf9a961909e7e11d3fba.tar.gz | |
need to remove RC4
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/bootstrap.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index 6205320..cc6a58a 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -1,5 +1,9 @@ #!/bin/bash +if [ -d parts/casperjs/n1k0-casperjs-9b9fb4b ]; then + rm -Rf bin/casperjs parts/casperjs/ +fi + if [ -x bin/casperjs ]; then bin/casperjs | grep "CasperJS version 1.0" || rm -Rf bin/casperjs parts/casperjs/ fi |
