summaryrefslogtreecommitdiffstats
path: root/runAllTestBundles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runAllTestBundles.sh')
-rwxr-xr-xrunAllTestBundles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/runAllTestBundles.sh b/runAllTestBundles.sh
index 97564d6..a198940 100755
--- a/runAllTestBundles.sh
+++ b/runAllTestBundles.sh
@@ -6,7 +6,7 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-# Run Tycho Surefire on a set of an Eclipse Test Bundles
+# Run Tycho Surefire on a set of Eclipse Test Bundles
# The definiton of an Eclipse Test Bundle for our purposes is any packaged
# OSGi bundle containing a pom.xml with a packaging type of
@@ -26,4 +26,4 @@ for jar in `find ${testBundleFolder} -name "*.jar"`; do
unzip -p ${jar} ${jarPomPath} | grep -q '<packaging>eclipse-test-plugin</packaging>' && ./prepTestBundle.sh ${jar}
done
-mvn-rpmbuild -fae -DskipTychoVersionCheck org.eclipse.tycho:tycho-surefire-plugin:test
+xmvn -o -fae org.eclipse.tycho:tycho-surefire-plugin:test