Skip to content

Commit

Permalink
install-wp-tests: Fix password (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dac514 authored and Ned Zimmerman committed Apr 27, 2018
1 parent d2eb290 commit 335035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bash-for-pressbooks-dev/templates/bash_aliases.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ alias cdpb="cd {{ pathToCurrent }}/web/app/plugins/pressbooks"
alias cdpbt="cd {{ pathToCurrent }}/web/app/themes"
alias tail-access-log="tail -n1 -f --follow=name --retry {{ pathToLogs }}/access.log | ccze -A"
alias tail-error-log="tail -n1 -f --follow=name --retry {{ pathToLogs }}/error.log | ccze -A"
alias install-wp-tests="{{ pathToCurrent }}/web/app/plugins/pressbooks/bin/install-wp-tests.sh pressbooks_tests pressbooks_test '' 127.0.0.1 latest true"
alias install-wp-tests="{{ pathToCurrent }}/web/app/plugins/pressbooks/bin/install-wp-tests.sh pressbooks_tests pressbooks_test example_dbpassword 127.0.0.1 latest true"

# HH - See: https://github.com/dvorka/hstr
export HH_CONFIG=hicolor ### get more colors
Expand Down

0 comments on commit 335035f

Please sign in to comment.