diff options
Diffstat (limited to 'qpid/cpp/src/tests/run.py')
-rwxr-xr-x | qpid/cpp/src/tests/run.py | 6 |
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:])) - |