summaryrefslogtreecommitdiff
path: root/test/fulltest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/fulltest.sh')
-rwxr-xr-xtest/fulltest.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/fulltest.sh b/test/fulltest.sh
deleted file mode 100755
index 95d784f..0000000
--- a/test/fulltest.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-if [ $@ ] ; then
- PYVERSIONS=$@
-else
- PYVERSIONS=`pyversions -iv`
-fi
-
-cd `dirname $0`
-
-for ver in $PYVERSIONS; do
- echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
- echo `python$ver -V`
- echo "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
- python$ver `which pytest`
- echo "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
- echo `python$ver -V` -OO
- python$ver -OO `which pytest`
-done