Commit Graph

5 Commits

Author SHA1 Message Date
StephenButtolph 47915da344 bumped timeout to 60s to support virtualized tests 2020-05-25 22:45:02 -04:00
StephenButtolph a016a290d3 removed salticidae env handling 2020-05-23 17:22:34 -04:00
Alex Willmer fdff7839b3 build: Fail loudly if bash variables are unset, or a pipeline errors
These bash options increase the robustness of bash scripts, increasing
the chances that errors are spotted, instead of passing silently.

errexit was already enabled (by bash -e) if the scripts were invoked as

path/to/script.sh

However bash -e would not take effect if the script was invoked as

bash path/to/script.sh

The long form of the options is used to serve as an memory aide for
readers unfamiliar with bash options.
2020-05-11 20:48:02 +01:00
Alex Willmer 95cca6f29c build: Reduce go test timeout to 30 seconds
The timeout was previously the go test default, 10 minutes
2020-04-19 13:48:36 +01:00
StephenButtolph b9e34e3b15 init repo 2020-03-10 15:20:34 -04:00