summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/run.py
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2016-07-05 21:55:35 +0000
committerRobert Gemmell <robbie@apache.org>2016-07-05 21:55:35 +0000
commitf160cb6566c17945f7ebc4f3a752b2cc6a051685 (patch)
tree809f04fc1967c22e5abc52de07602555bed0e920 /qpid/cpp/src/tests/run.py
parentebb276cca41582b73223b55eff9f2d4386f4f746 (diff)
downloadqpid-python-f160cb6566c17945f7ebc4f3a752b2cc6a051685.tar.gz
QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated to their own git repositories
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1751566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run.py')
-rwxr-xr-xqpid/cpp/src/tests/run.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/qpid/cpp/src/tests/run.py b/qpid/cpp/src/tests/run.py
deleted file mode 100755
index 9b74ba4d30..0000000000
--- a/qpid/cpp/src/tests/run.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-
-from common import *
-
-call(" ".join(ARGS[1:]))
-