[tor-commits] [oonib/master] Everything exits 0, and then Travis exits with 1. #FML.
isis at torproject.org
isis at torproject.org
Sat May 4 16:10:28 UTC 2013
commit 7b9bed9b744c1391d0db8c61b4d5b1d587333ca0
Author: Isis Lovecruft <isis at torproject.org>
Date: Sun Apr 21 09:02:33 2013 +0000
Everything exits 0, and then Travis exits with 1. #FML.
---
.travis.test.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.travis.test.sh b/.travis.test.sh
index 559b099..4ffe8d3 100755
--- a/.travis.test.sh
+++ b/.travis.test.sh
@@ -10,6 +10,8 @@
# :version: 0.0.1
##############################################################################
+set -vx --
+
function killitwithfire () {
trap - ALRM
kill -ALRM $prog 2>/dev/null
More information about the tor-commits
mailing list