Browse Source
Remove comment about hhvm
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/11696/head
Christoph Wurst
8 years ago
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with
1 additions and
1 deletions
-
autotest.sh
|
|
|
@ -22,7 +22,7 @@ BASEDIR=$PWD |
|
|
|
PRIMARY_STORAGE_CONFIGS="local swift" |
|
|
|
DBCONFIGS="sqlite mysql mariadb pgsql oci mysqlmb4" |
|
|
|
|
|
|
|
# $PHP_EXE is run through 'which' and as such e.g. 'php' or 'hhvm' is usually |
|
|
|
# $PHP_EXE is run through 'which' and as such e.g. 'php' is usually |
|
|
|
# sufficient. Due to the behaviour of 'which', $PHP_EXE may also be a path |
|
|
|
# (absolute or not) to an executable, e.g. ./code/projects/php-src/sapi/cli/php. |
|
|
|
if [ -z "$PHP_EXE" ]; then |
|
|
|
|