From 2d36af94acd943c857415904badbaf0dc40954ef Mon Sep 17 00:00:00 2001 From: akwizgran <akwizgran@users.sourceforge.net> Date: Mon, 18 Jan 2016 12:50:11 +0000 Subject: [PATCH] Removed shell scripts. --- run-tests-without-android.sh | 4 ---- run-tests.sh | 1 - 2 files changed, 5 deletions(-) delete mode 100755 run-tests-without-android.sh delete mode 100755 run-tests.sh diff --git a/run-tests-without-android.sh b/run-tests-without-android.sh deleted file mode 100755 index d9c7bf4150..0000000000 --- a/run-tests-without-android.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -sed -i "s@include ':briar-android'@//include ':briar-android'@" settings.gradle -gradle test -sed -i "s@//include ':briar-android'@include ':briar-android'@" settings.gradle diff --git a/run-tests.sh b/run-tests.sh deleted file mode 100755 index d50a4f7ee1..0000000000 --- a/run-tests.sh +++ /dev/null @@ -1 +0,0 @@ -./gradlew --configure-on-demand :briar-tests:test -- GitLab