Skip to content

Commit

Permalink
do not call test twice
Browse files Browse the repository at this point in the history
  • Loading branch information
keywan-ghadami-oxid committed Mar 27, 2019
1 parent f373250 commit 72d61ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/usr/bin/env bash
set -e
set -x
COMPOSER_NO_INTERACTION=1
cd /ci/oxideshop/
rm -rf source
composer install
touch source/.gitkeep
sed -i -e "s@<dbHost>@mysql@g; s@<dbName>@oxid@g; s@<dbUser>@oxid@g; s@<dbPwd>@oxid@g; s@'<sShopURL>'@'http://'.\$_SERVER['HTTP_HOST']@g; s@'<sShopDir>'@__DIR__@; s@'<sCompileDir>'@__DIR__ . '/tmp'@" source/config.inc.php
sed -i -e "s@partial_module_paths: null@partial_module_paths: oxcom/moduleinternals@g; s@run_tests_for_shop: true@run_tests_for_shop: false@g" test_config.yml

./vendor/bin/runtests

0 comments on commit 72d61ff

Please sign in to comment.