Fix test harness.

This commit is contained in:
Ben Johnson
2013-11-29 16:35:06 -07:00
parent 03571d3cda
commit df20be775c
7 changed files with 54 additions and 58 deletions

View File

@@ -1,8 +1,7 @@
#!/bin/sh
set -e
PKGS="./mod/lock/tests"
# PKGS="./store ./server ./server/v2/tests"
PKGS="./store ./server ./server/v2/tests ./mod/lock/tests"
# Get GOPATH, etc from build
. ./build