Skip to content

Commit

Permalink
Tests: removed curl writing to dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg authored and bari12 committed Mar 7, 2024
1 parent 8b78898 commit c7a4d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test/test.sh
Expand Up @@ -31,7 +31,7 @@ function srchome() {

function wait_for_httpd() {
echo 'Waiting for httpd'
curl --output /dev/null --silent --retry 15 --retry-all-errors --retry-delay 1 -k https://localhost/ping
curl --retry 15 --retry-all-errors --retry-delay 1 -k https://localhost/ping
}

function wait_for_database() {
Expand Down

0 comments on commit c7a4d57

Please sign in to comment.