Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(tests): try to scale "cmd" if "web" process type fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jun 26, 2014
1 parent 3c47dfa commit a6d7a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vagrant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sleep 6 && curl -s http://testing.{{.HostName}} | grep -q 'Powered by Deis'
`},
// Scale the app's web containers up to 3.
{"{{.ExampleApp}}", `
deis scale web=3
deis scale web=3 || deis scale cmd=3
`},
// Test that the app's URL responds with "Powered by Deis".
{"{{.ExampleApp}}", `
Expand Down

0 comments on commit a6d7a74

Please sign in to comment.