Skip to content

Commit

Permalink
just run the commands without run
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 26, 2023
1 parent 4113e3d commit ad5ee5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/functional/addons-install-test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ fi
@test "test failure state if command is run with uncommitted filesystem changes" {
echo "Set up failure state with uncommitted filesystem changes"
echo "Running terminus connection:set ${SITE_ENV} sftp"
run terminus connection:set ${SITE_ENV} sftp
[ "$status" -eq 0 ]
terminus connection:set ${SITE_ENV} sftp
# [ "$status" -eq 0 ]
echo "Running terminus wp ${SITE_ENV} -- plugin install hello-dolly"
run terminus wp ${SITE_ENV} -- plugin install hello-dolly
[ "$status" -eq 0 ]
terminus wp ${SITE_ENV} -- plugin install hello-dolly
# [ "$status" -eq 0 ]
run terminus install:run ${SITE_ENV} install-ocp
[[ $output == *"Please commit or revert them before running this job"* ]]
[ "$status" -eq 1 ]
Expand Down

0 comments on commit ad5ee5e

Please sign in to comment.