#!/bin/bash | |
. repository/full/target/publisher.properties | |
mvn clean verify -B -f rcpttTests/pom.xml \ | |
-DrcpttPath=repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip \ | |
-DexplicitRunner=runner/product/target/rcptt.runner-${productVersion}-SNAPSHOT.zip || true | |
test -f rcpttTests/target/results/tests.html |