summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSirushti Murugesan <sirushti.murugesan@hp.com>2015-10-08 17:21:27 +0530
committerSirushti Murugesan <sirushti.murugesan@hp.com>2015-10-08 20:10:54 +0530
commita61de3c126c35d81d40ef268852b6fe7c6d14eda (patch)
treee83f8d91e328d6a0e104838f0f7a1e3048ab9461 /tools
parente3e2b3ef89ed2b1f2057e95e8de3310947a787ce (diff)
downloadheat-a61de3c126c35d81d40ef268852b6fe7c6d14eda.tar.gz
py34: cleanup
* Tests were skipped due to a mox3 bug. The bug has now been fixed and there's a new release of mox3. Unskip it. * Remove the tool run-py3-tests.sh which isn't needed anymore. blueprint heat-python34-support Change-Id: I304d87e4313148c10a2465bf92ae932f525bb4ce
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-py3-tests.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/run-py3-tests.sh b/tools/run-py3-tests.sh
deleted file mode 100755
index d69488d68..000000000
--- a/tools/run-py3-tests.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-
-testr init
-testr run --parallel `cat py3-testlist`