Skip to content

Commit b9134fe

Browse files
colinmollenhourtmotyl
authored andcommitted
Fix invalid password for admin, remove unneeded static test steps.
1 parent 01e04da commit b9134fe

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

dev/travis/before_script.sh

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ trap '>&2 echo Error: Command \`$BASH_COMMAND\` on line $LINENO failed with exit
88

99
# prepare for test suite
1010
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-
;;
2511
functional)
2612
echo "Installing Magento"
2713
mysql -uroot -e 'CREATE DATABASE magento;'
@@ -32,7 +18,7 @@ case $TEST_SUITE in
3218
--url "http://${MAGENTO_HOST_NAME}/" --use_rewrites yes --use_secure no \
3319
--secure_base_url "http://${MAGENTO_HOST_NAME}/" --use_secure_admin no \
3420
--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 \
3622
--encryption_key "I2V7t7fiCIRKw9FWz4m3CStgeBG1T+ATZ0Us+W8jAIk="
3723

3824
echo "Prepare functional tests for running"

0 commit comments

Comments
 (0)