summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chroot-run.sh8
1 files changed, 0 insertions, 8 deletions
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
@@ -96,14 +96,6 @@ cleanup() {
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
#
CHANGES=$(ls -1 $CHROOT_TARGET/tmp/debian-edu-doc_*.changes 2>/dev/null|| true)