
From Juan Hernandez <juan.hernandez@redhat.com>:
Juan Hernandez has submitted this change and it was merged. Change subject: Don't run the tests if -DskipTests=true ...................................................................... Don't run the tests if -DskipTests=true Currently the tests of the SDK are executed even when the '-DskipTests=true' option is given in the Maven command line. A side effect of this is that the tests run twice in Travis. To avoid that this patch changes the POM of the SDK so that the tests will not be executed in this scenario. Change-Id: Iecdca3b98478279a3923c0382ad7494017526b41 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> (cherry picked from commit 43814c08daf338bc078b3aafe3b015dddf52de06) --- M sdk/pom.xml 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/77702 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iecdca3b98478279a3923c0382ad7494017526b41 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-ruby Gerrit-Branch: sdk_4.1 Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>