Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-09 11:00:43 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-09 11:00:43 +0300
commitc62b9c7e7004b30f722df8c9a3edb180bb998b64 (patch)
tree2df37a61085a16cb3940254c8bd08a2bfcb4caa1 /autotest-hhvm.sh
parent8e1c26b509298c6a7a2d5246f771825e4454d1fd (diff)
Remove unused HHVM test executor
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'autotest-hhvm.sh')
-rwxr-xr-xautotest-hhvm.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/autotest-hhvm.sh b/autotest-hhvm.sh
deleted file mode 100755
index 6f3645c3aef..00000000000
--- a/autotest-hhvm.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh -e
-HERE=$(dirname "$0")
-PHP_EXE=hhvm "$HERE/autotest.sh" "$@"