Skip to content

Commit

Permalink
tests: use bash + set pipefail option in test script
Browse files Browse the repository at this point in the history
Closes #356
  • Loading branch information
bendrucker committed Dec 12, 2016
1 parent 1749cb3 commit a52996a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test
@@ -1,7 +1,7 @@
#!/bin/sh
#!/bin/bash

# setting exit because we're linting and need to exit on failure
set -e
set -e -o pipefail

usage () {
printf "Usage: test\n"
Expand Down

0 comments on commit a52996a

Please sign in to comment.