From 76755110103988258ec37afbb4c022f7ac3ddf54 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 12 Aug 2014 22:39:17 -0400 Subject: remove test directory --- debian/tests/python2 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 debian/tests/python2 (limited to 'debian/tests/python2') diff --git a/debian/tests/python2 b/debian/tests/python2 deleted file mode 100755 index 925268d..0000000 --- a/debian/tests/python2 +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -set -efu - -pys="$(pyversions -r 2>/dev/null)" - -cd "$ADTTMP" - -for py in $pys; do - echo "=== $py ===" - $py /usr/bin/nosetests -v zmq.tests 2>&1 - echo "=== $py-dbg ===" - $py-dbg /usr/bin/nosetests -v zmq.tests 2>&1 -done -- cgit v1.2.3