ensure integration tests only run one at a time, so that troubleshooting is easier

This commit is contained in:
Adrian Cole 2011-10-29 12:30:03 +02:00
parent fe4a971d55
commit ca723ed909
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
<goal>test</goal> <goal>test</goal>
</goals> </goals>
<configuration> <configuration>
<threadCount>1</threadCount>
<systemProperties> <systemProperties>
<property> <property>
<name>test.virtualbox.endpoint</name> <name>test.virtualbox.endpoint</name>