File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,6 @@ trap '>&2 echo Error: Command \`$BASH_COMMAND\` on line $LINENO failed with exit
8
8
9
9
# prepare for test suite
10
10
case $TEST_SUITE in
11
- static)
12
- cd dev/tests/static
13
-
14
- echo " ==> preparing changed files list"
15
- changed_files_ce=" $TRAVIS_BUILD_DIR /dev/tests/static/testsuite/Magento/Test/_files/changed_files_ce.txt"
16
- php get_github_changes.php \
17
- --output-file=" $changed_files_ce " \
18
- --base-path=" $TRAVIS_BUILD_DIR " \
19
- --repo=' https://github.com/OpenMage/magento-lts.git' \
20
- --branch=" $TRAVIS_BRANCH "
21
- sed ' s/^/ + including /' " $changed_files_ce "
22
-
23
- cd ../../..
24
- ;;
25
11
functional)
26
12
echo " Installing Magento"
27
13
mysql -uroot -e ' CREATE DATABASE magento;'
@@ -32,7 +18,7 @@ case $TEST_SUITE in
32
18
--url " http://${MAGENTO_HOST_NAME} /" --use_rewrites yes --use_secure no \
33
19
--secure_base_url " http://${MAGENTO_HOST_NAME} /" --use_secure_admin no \
34
20
--admin_lastname Owner --admin_firstname Store --admin_email
" [email protected] " \
35
- --admin_username admin --admin_password 123123 \
21
+ --admin_username admin --admin_password asd123#2 * 53515523 \
36
22
--encryption_key " I2V7t7fiCIRKw9FWz4m3CStgeBG1T+ATZ0Us+W8jAIk="
37
23
38
24
echo " Prepare functional tests for running"
You can’t perform that action at this time.
0 commit comments