Jose Diaz-Gonzalez
be682e8504
tests: refactor the config test to use a simple python codebase instead
...
This should also make it possible to run the tests locally on an ARM machine.
2023-01-25 23:01:15 -05:00
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
Alex Quick
98c45b55b7
fix: newlines at eof
2017-10-16 02:21:38 -04:00
Alex Quick
ecf67d3cdd
[config] add eof newlines where needed
2017-10-12 21:40:26 -04:00
Alex Quick
21b091ab14
[config] update test-deploy-config to include odd characters
2017-09-27 23:56:40 -04: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
606bbda66c
make tests work
2014-12-21 14:51:40 -08:00
Michael Hobbs
3706392e65
test with wercker
2014-12-21 14:51:40 -08:00
Ludovic Perrine
361011ec69
Added test for config with spaces
2014-11-15 22:03:54 -05:00
Paul Lietar
48b4e330a3
Add a config test.
2013-12-12 03:54:39 +00:00