diff options
author | Martin Ritchie <ritchiem@apache.org> | 2007-01-22 11:55:17 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-22 11:55:17 +0000 |
commit | 80653440840bbd4a846835688bda4ce418e5323d (patch) | |
tree | 9bc080ac79e86673ac93eb059e799a0c73b5d32d /java | |
parent | fcb17e3006a953478ce4e7486d2cb2e1687decf3 (diff) | |
download | qpid-python-80653440840bbd4a846835688bda4ce418e5323d.tar.gz |
Stopped tests forking so we can get a stack trace from hung processes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@498593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/pom.xml b/java/pom.xml index d8b8d52b8f..6b6cb9d03b 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -90,7 +90,7 @@ <properties> <topDirectoryLocation>.</topDirectoryLocation> - <surefire.fork.mode>once</surefire.fork.mode> + <surefire.fork.mode>never</surefire.fork.mode> <surefire.format>brief</surefire.format> <surefire.usefile>false</surefire.usefile> <compile.forked>false</compile.forked> |