diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2009-11-19 23:02:07 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2009-11-19 23:02:07 +0000 |
commit | 3c9a8fdd71d8d1e29de4da3126cf35e1a88a069b (patch) | |
tree | 1e222643da2c093ebf1782361741ada780977d74 /java/testkit/bin/qpid-python-testkit | |
parent | 003364c3f387a158cf7a7e3cdfd5e2ddc38eae57 (diff) | |
download | qpid-python-3c9a8fdd71d8d1e29de4da3126cf35e1a88a069b.tar.gz |
Uncommented the other two tests
Modified the scripts to work out the errors.
It's now in a reasonable state to start expanding the tests.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@882346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/testkit/bin/qpid-python-testkit')
-rwxr-xr-x | java/testkit/bin/qpid-python-testkit | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/java/testkit/bin/qpid-python-testkit b/java/testkit/bin/qpid-python-testkit index 3584e14d88..e1696ff722 100755 --- a/java/testkit/bin/qpid-python-testkit +++ b/java/testkit/bin/qpid-python-testkit @@ -26,7 +26,9 @@ export PYTHONPATH=../:$PYTHONPATH -echo $PYTHONPATH +if [ -d $OUTDIR ]; then + rm -rf $OUTDIR +fi -$PYTHON_DIR/qpid-python-test -m testkit +$PYTHON_DIR/qpid-python-test -DOUTDIR=$OUTDIR -m testkit |