diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-09 10:00:43 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-09 10:00:43 +0200 |
commit | c62b9c7e7004b30f722df8c9a3edb180bb998b64 (patch) | |
tree | 2df37a61085a16cb3940254c8bd08a2bfcb4caa1 /autotest-hhvm.sh | |
parent | 8e1c26b509298c6a7a2d5246f771825e4454d1fd (diff) | |
download | nextcloud-server-c62b9c7e7004b30f722df8c9a3edb180bb998b64.tar.gz nextcloud-server-c62b9c7e7004b30f722df8c9a3edb180bb998b64.zip |
Remove unused HHVM test executor
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'autotest-hhvm.sh')
-rwxr-xr-x | autotest-hhvm.sh | 3 |
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" "$@" |