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 committed Mar 21, 2024
1 parent 0de7aa0 commit b9e1bb1
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 b9e1bb1

Please sign in to comment.