Skip to content

Commit

Permalink
Revert "Fix installer test: Show wget output"
Browse files Browse the repository at this point in the history
This reverts commit 4840ccd.
  • Loading branch information
tvdeyen committed Oct 18, 2024
1 parent 53c77eb commit 449222c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ commands:
cd <<parameters.app_root>>
unset RAILS_ENV # avoid doing everything on the test environment
bin/rails server -p 3000 &
wget --output-document - --tries=30 --retry-connrefused "http://localhost:3000<<parameters.path>>" | grep "<<parameters.expected_text>>"
wget --quiet --output-document - --tries=30 --retry-connrefused "http://localhost:3000<<parameters.path>>" | grep "<<parameters.expected_text>>"
echo "Exited with $?"
kill $(cat "tmp/pids/server.pid")
Expand Down

0 comments on commit 449222c

Please sign in to comment.