mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
chore: ensure the output gets formatted correctly
This commit is contained in:
4
tests/unit/10_ps-herokuish.bats
Normal file → Executable file
4
tests/unit/10_ps-herokuish.bats
Normal file → Executable 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=""
|
||||
|
||||
Reference in New Issue
Block a user