diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-14 19:30:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-14 19:30:42 +0100 |
commit | f0fed8b7d2c8281c58f4d4b11ba87ecfd5145f93 (patch) | |
tree | 5af035c26728b6748dff5490499966476a75a855 /bin | |
parent | 617372ab819ab9d06d9793c4d07923eb2358503f (diff) | |
download | jenkins.debian.net-f0fed8b7d2c8281c58f4d4b11ba87ecfd5145f93.tar.xz |
cleanup todo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index 7bf624a0..5e2f1f93 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -64,13 +64,9 @@ cd $TMPDIR SUITE=$1 echo "$(date -u) - testing torbrowser-launcher on $SUITE now." -# -# this is WIP in an early stage -# - test package build from git (todo) -# - test package from the archive (in progress) -# - test updates (todo) -# -first_test +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? # publish results mv screenshot.png screenshot-thumb.png $WORKSPACE/ |