You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2015/07/11 18:00:56 UTC

lucy-clownfish git commit: Fix travis-test.sh shell script option

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 <we...@aevum.de>
Authored: Sat Jul 11 17:59:00 2015 +0200
Committer: Nick Wellnhofer <we...@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