diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-15 15:59:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-15 15:59:42 +0100 |
commit | f030fc4caac0760d4b03bd3703d12596d0b0a133 (patch) | |
tree | 4ef0b524ef676bcb0ffacc5997ecb7ef660b7aec | |
parent | 4f42083c05800176ce3edf9560c9ccc9bc2a83f0 (diff) | |
download | jenkins.debian.net-f030fc4caac0760d4b03bd3703d12596d0b0a133.tar.xz |
torbrowser tests: remove screenshot from git to avoid confusion
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index b1d9058c..283ac355 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -78,6 +78,7 @@ cd $TMPDIR SUITE=$1 echo "$(date -u) - testing torbrowser-launcher on $SUITE now." +[ ! -f screenshot.png ] || rm screenshot.png first_test # test package from the archive # then build package and test it (probably via triggering another job) # not sure how to test updates. maybe just run old install? |