diff options
author | Andrey Andreev <narf@devilix.net> | 2022-01-05 16:37:56 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-01-05 16:37:56 +0100 |
commit | 22f4f5079b9fdf9090add2ac728fafd91a24ed2f (patch) | |
tree | a9a8fc6597f273df7a318b5dd9c2fe0b440a8c63 | |
parent | 1d0315b6b3d7003bfb348ccaf7ee30d2533635de (diff) |
[ci skip] Update test cmd in build script
-rwxr-xr-x | build-release.sh | 3 | ||||
-rwxr-xr-x | tests/mocks/database/ci_test.sqlite | bin | 19456 -> 19456 bytes |
2 files changed, 1 insertions, 2 deletions
diff --git a/build-release.sh b/build-release.sh index 6b3b31d12..30967fc2e 100755 --- a/build-release.sh +++ b/build-release.sh @@ -47,7 +47,7 @@ fi echo "Running tests ..." -cd tests/ +php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 -d mbstring.internal_encoding=UTF-8 vendor/bin/phpunit --coverage-text --configuration tests/travis/sqlite.phpunit.xml phpunit if [ $? -ne 0 ] @@ -56,7 +56,6 @@ then exit 1 fi -cd .. cd user_guide_src/ echo "" diff --git a/tests/mocks/database/ci_test.sqlite b/tests/mocks/database/ci_test.sqlite Binary files differindex cc76bd681..a46b4c016 100755 --- a/tests/mocks/database/ci_test.sqlite +++ b/tests/mocks/database/ci_test.sqlite |