- Starting over. Did not publish before deleting to test.

This commit is contained in:
Jess Breckenridge 2017-05-02 14:22:06 -06:00
parent d757539d3c
commit da7fdfc8b3
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#!/bin/bash
set -e
# Make sure we have the version of Go we want to depend on, either from the
# system or one we grab ourselves.
. script/ensure-go-installed
@ -13,4 +11,5 @@ set -x
rm -rf .gopath
mkdir -p .gopath/src/github.com/github
ln -s "$PWD" .gopath/src/github.com/github/gh-ost
export GOPATH=$PWD/.gopath:$GOPATH
. ./script/env

View File

@ -1,5 +1,7 @@
#!/bin/bash
./script/env
retval=0
for testsuite in base mysql sql