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 | 3de19b33102ca1c5be0cafabb5777d902763d2a5 (patch) | |
| tree | f47e0c97257d62b295e5eb2498dcf0c871eaefe3 /qpid/java/testkit/bin/qpid-python-testkit | |
| parent | dc06c61a5845afc6e186887742a45ec5965118a4 (diff) | |
| download | qpid-python-3de19b33102ca1c5be0cafabb5777d902763d2a5.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@882346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/testkit/bin/qpid-python-testkit')
| -rwxr-xr-x | qpid/java/testkit/bin/qpid-python-testkit | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/testkit/bin/qpid-python-testkit b/qpid/java/testkit/bin/qpid-python-testkit index 3584e14d88..e1696ff722 100755 --- a/qpid/java/testkit/bin/qpid-python-testkit +++ b/qpid/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 |
