* Add 'set -e' to all scm test setup scripts, to catch errors as early as possible

* Fix git setup
This commit is contained in:
Rob Vermaas
2012-06-25 13:33:36 +02:00
parent 478d3863bb
commit 9a7811aa92
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,5 @@
#! /bin/sh
set -e
repo="$1"
STATE_FILE=$(pwd)/.hg-state