From 933e8c0b22aada02abfc9306f342c15c304fac18 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Sun, 19 Jun 2016 23:56:46 +0200 Subject: [PATCH] Updated test scripts --- scripts/runTests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/runTests.sh b/scripts/runTests.sh index ccb87af81b..e951902a52 100755 --- a/scripts/runTests.sh +++ b/scripts/runTests.sh @@ -13,9 +13,6 @@ echo "Cloning samples" git clone https://github.com/Codearte/accurest-samples cd accurest-samples -echo "Using the rebranding branch" -git checkout rebranding - echo "Running Gradle tests" . ./runTests.sh