Repository: lucy-clownfish Updated Branches: refs/heads/master 74c68d925 -> ab37035c1
Fix travis-test.sh shell script option Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/ab37035c Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/ab37035c Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/ab37035c Branch: refs/heads/master Commit: ab37035c13eee05d7c187ad8ce9f43bdeecedad6 Parents: 74c68d9 Author: Nick Wellnhofer <wellnho...@aevum.de> Authored: Sat Jul 11 17:59:00 2015 +0200 Committer: Nick Wellnhofer <wellnho...@aevum.de> Committed: Sat Jul 11 17:59:00 2015 +0200 ---------------------------------------------------------------------- devel/bin/travis-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/ab37035c/devel/bin/travis-test.sh ---------------------------------------------------------------------- diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh index 307f6da..f5a254f 100755 --- a/devel/bin/travis-test.sh +++ b/devel/bin/travis-test.sh @@ -19,7 +19,7 @@ set -e # Print all commands before executing. -set -v +set -x test_c() { cd compiler/c