chore: ensure the output gets formatted correctly

This commit is contained in:
Jose Diaz-Gonzalez
2018-10-11 20:19:54 -04:00
parent f992156dcf
commit 6f2e2d6aad

4
tests/unit/10_ps-herokuish.bats Normal file → Executable file
View File

@@ -88,8 +88,8 @@ teardown() {
done
run bash -c "dokku --trace ps:scale $TEST_APP web=1 worker=1"
echo "output: "$output
echo "status: "$status
echo "output: $output"
echo "status: $status"
assert_success
for PROC_TYPE in web worker; do
CIDS=""