summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-12-03 00:36:30 -0800
committerJeff Quast <contact@jeffquast.com>2014-12-03 00:36:30 -0800
commitf1f2a713b94f52531ab7869d0cd1fa13c635cf2c (patch)
treedb643b584cb0af7bf3039c80eff5377beb24d480
parent19fabed1d2e462fcb097aa5b703211c86b990925 (diff)
downloadblessings-f1f2a713b94f52531ab7869d0cd1fa13c635cf2c.tar.gz
This script takes no usage arguments
-rwxr-xr-xtools/teamcity-runtests.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh
index b6d19d6..9145cfb 100755
--- a/tools/teamcity-runtests.sh
+++ b/tools/teamcity-runtests.sh
@@ -5,12 +5,6 @@
set -e
set -o pipefail
-if [ -z $1 ]; then
- echo "$0 (2.6|2.7|3.3|3.4)"
- exit 1
-fi
-
-pyversion=$1
here=$(cd `dirname $0`; pwd)
osrel=$(uname -s)