diff options
author | javiexin <javiexin@gmail.com> | 2017-03-09 16:12:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-09 16:12:25 +0100 |
commit | bd12504f6cf03b36821a5cea2bf77a419496dcdb (patch) | |
tree | d30cc3506e1bbdc284dc7cca910c5dac6b927ae0 /travis/check-executable-files.sh | |
parent | 96a90d3f81c1fcce3834ee72b7d1b9f76aa9354c (diff) | |
parent | 3e9f12d12d7dbdd2cee39425e81b5fdf66fcfbc8 (diff) | |
download | forums-bd12504f6cf03b36821a5cea2bf77a419496dcdb.tar forums-bd12504f6cf03b36821a5cea2bf77a419496dcdb.tar.gz forums-bd12504f6cf03b36821a5cea2bf77a419496dcdb.tar.bz2 forums-bd12504f6cf03b36821a5cea2bf77a419496dcdb.tar.xz forums-bd12504f6cf03b36821a5cea2bf77a419496dcdb.zip |
Merge branch '3.2.x' into ticket/15068
Diffstat (limited to 'travis/check-executable-files.sh')
-rwxr-xr-x | travis/check-executable-files.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/travis/check-executable-files.sh b/travis/check-executable-files.sh index 4d420add1c..1aa8dca073 100755 --- a/travis/check-executable-files.sh +++ b/travis/check-executable-files.sh @@ -12,10 +12,11 @@ set -e DB=$1 TRAVIS_PHP_VERSION=$2 -root="$3" +NOTESTS=$3 +root="$4" path="${root}phpBB/" -if [ "$TRAVIS_PHP_VERSION" == "5.3.3" -a "$DB" == "mysqli" ] +if [ "$NOTESTS" == '1' ] then # Check the permissions of the files @@ -27,7 +28,7 @@ then files_skipped="-false" # Files which have to be executable - executable_files="-path ${path}bin/*" + executable_files="-path ${path}bin/* -o -path ${path}install/phpbbcli.php" incorrect_files=$( \ find ${path} \ |