From 92d697b9886896f1dad41026ba3519563838f93e Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 1 Nov 2016 10:51:49 +0200 Subject: [PATCH] Add target test-all for UI tests The target allows running both normal and server integration tests without cleaning the screenshot directory in between. Change-Id: Ic0d5db325b831114434a83c7d77be36ac8b20a61 --- uitest/build.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/uitest/build.xml b/uitest/build.xml index ab0c154ba8..6a40f8e539 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -28,6 +28,31 @@ + + + + + + + + + + + + + + + + + + + -- 2.39.5