https://github.com/owncloud/core
Raw File
Tip revision: b4bef0214eaebdb9c0165e4e2ef4c33711dfaa72 authored by C Montero-Luque on 22 July 2015, 20:49:28 UTC
8.1.1 beta1
Tip revision: b4bef02
autotest-hhvm.sh
#!/bin/sh -e
HERE=$(dirname "$0")
PHP_EXE=hhvm "$HERE/autotest.sh" "$@"
back to top