fix: redirect domains:default stderr to /dev/null in tests

This commit is contained in:
Jose Diaz-Gonzalez
2017-03-15 03:17:31 -06:00
parent 91aa5255ec
commit 0215e3ec91

View File

@@ -180,7 +180,7 @@ assert_nonssl_domain() {
assert_app_domain() {
local domain=$1
run /bin/bash -c "dokku domains $TEST_APP | grep -xF ${domain}"
run /bin/bash -c "dokku domains $TEST_APP 2> /dev/null | grep -xF ${domain}"
echo "output: $output"
echo "status: $status"
assert_output "${domain}"