Commit Graph

6 Commits

Author SHA1 Message Date
Ben Swartzlander 95f2065167 Add -xe flags to shell scripts
For better debugging, add -xe flags to all the shell
scripts.

Change-Id: Ifb8ceb889c4d20d51a522e6c15d7c715f6d51e46
2017-10-27 13:39:23 -04:00
Ben Swartzlander 0aa0235af2 Switch from builtin shares to dynamic
Instead of a single hardcoded "share" allow shares to be
created after boot.

Change-Id: I638308fa56ca497da25fb1ce87ee09f8d94f7c6f
2017-10-26 18:13:25 +00:00
Ben Swartzlander 0358d1f175 Conform to bashate standards for control structures
Enable bashate errors E010 and E011 which require "then" and "do"
tokens on the same lines as "if" and "while" respectively.

Change-Id: I4a167530a21ab95d5dbe9f903facc9566a0461e2
2017-01-29 23:56:06 +00:00
Ben Swartzlander 6f370f0608 Convert tabs to spaces
Replace all tabs with 4 spaces, and re-enable bashate
warnings E002 and E003.

Change-Id: I11f3a9ca9b910555e1b1477c52288493f9bb0244
2017-01-29 18:55:19 -05:00
Ben Swartzlander bba826c7c8 Don't run bashate on output directories
Ignore output directories when running bashate to make it
easier to run the tests on an active repo.

Change-Id: I07ce0d9e3d7946048fa3743c68d2222884923866
2017-01-29 18:54:25 -05:00
Ben Swartzlander 9d92a48629 Initial commit 2016-10-19 11:36:17 -04:00