Merge remote-tracking branch 'mroth/osx-testing' into osx-testing

This commit is contained in:
Willa Drengwitz
2018-08-31 07:48:09 -04:00
7 changed files with 75 additions and 11 deletions

View File

@@ -29,6 +29,7 @@ oneTimeSetUp() {
export ga_auto_remove="yes"
testRepo=$(mktemp -d -t scm_breeze.XXXXXXXXXX)
testRepo=$(cd $testRepo && pwd -P)
}
oneTimeTearDown() {