Jose Diaz-Gonzalez
86795ddacc
tests: run mvdan/shfmt on test runs
...
While I do not agree with _every_ style change, this will force Dokku to have consistent formatting across all shell scripts, which is arguably a Good Thing™.
The command used to reprocess everything is:
```shell
shfmt -l -bn -ci -i 2 -w .
```
2019-01-07 01:25:55 -05:00
Michael Hobbs
ef583eef66
use consistent bash shebang. closes #959
2015-02-08 22:34:35 -08:00
Michael Hobbs
8025657a38
save error in output if curl errors
2014-12-21 14:51:40 -08:00
Michael Hobbs
3706392e65
test with wercker
2014-12-21 14:51:40 -08:00
Jeff Lindsay
b15b55f4af
outputting result from curl for deploy debugging
2013-06-23 18:35:30 -07:00
Jeff Lindsay
ef7ac5bbdb
moving test apps into place with proper check_deploy scripts
2013-06-23 17:17:56 -07:00
Jeff Lindsay
67c727a935
testing failure
2013-06-23 16:57:17 -07:00
Jeff Lindsay
e94a9a47c7
use test private key identity
2013-06-23 02:55:38 -07:00
Jeff Lindsay
946973b060
first pass at fully functional test infrastructure to work with travis ci
2013-06-23 02:31:32 -07:00