From d9b8b432dd291c23ebaefd67d9e8988ad39e442c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 31 Aug 2016 15:58:27 +0200 Subject: Revert "reproducible diffoscope test jobs: run autotest suite after build" This reverts commit 90a639acb9988edf78900fe9df964e56ddd7156a. --- bin/chroot-run.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bin') diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index d789c0de..3e391483 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -95,14 +95,6 @@ cleanup() { cp -v $CHROOT_TARGET/tmp/testrun/stats.csv $CURDIR fi - # - # special case: diffoscope: run autotest suite after build - # - CHANGES=$(ls -1 $CHROOT_TARGET/tmp/diffoscope_*.changes 2>/dev/null|| true) - if [ ! -z "$CHANGES" ] ; then - sudo chroot $CHROOT_TARGET py.test-3 -v -r s - fi - # # special case: publish debian-edu-doc on the webserver # -- cgit v1.2.3-54-g00ecf