Skip to content

Commit

Permalink
show trace of scripts for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yutopp committed Feb 25, 2017
1 parent e5d6fcf commit cb54a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -o pipefail
set -e -o pipefail -o xtrace

eval `opam config env`

Expand Down
3 changes: 1 addition & 2 deletions test/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -o pipefail
set -e -o pipefail -o xtrace

eval `opam config env`
ls -la
Expand Down

0 comments on commit cb54a19

Please sign in to comment.