Skip to content

Commit

Permalink
Issue #82: more script verbosity ... chasing some failure modes
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Feb 9, 2015
1 parent 77c45cc commit dd00af8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x
#
# build.sh -- Builds GemStone repository and Pharo/Squeak images
# scripts. Best to be used together with Jenkins.
Expand Down
2 changes: 1 addition & 1 deletion testBuilderCI.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x
#
# Test driver script for builderCI itself
#
Expand Down
2 changes: 1 addition & 1 deletion testTravisCI.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x
#
# Generic test driver script for builderCI
#
Expand Down

0 comments on commit dd00af8

Please sign in to comment.