swh:1:snp:7f588e0a37f66abb42688429dc5b87330900789f
Raw File
Tip revision: 1075d0724cf7f235d9adb09fd1c8757d26b189e6 authored by C Montero-Luque on 27 April 2016, 01:25:55 UTC
8.1.7 RC1
Tip revision: 1075d07
autotest-hhvm.sh
#!/bin/sh -e
HERE=$(dirname "$0")
PHP_EXE=hhvm "$HERE/autotest.sh" "$@"
back to top