From 5b9687ffe84021031b16200339a9049e7fdcae4e Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Thu, 31 Aug 2017 11:18:38 -0400 Subject: [PATCH] Update test script. --- test/run-unit-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-unit-tests.sh b/test/run-unit-tests.sh index a283d3a1d..c445cd39f 100755 --- a/test/run-unit-tests.sh +++ b/test/run-unit-tests.sh @@ -14,7 +14,7 @@ #!/bin/sh -source "$(dirname "${BASH_SOURCE}")/lib/init.sh" +source "$(dirname "${BASH_SOURCE}")/../hack/lib/init.sh" # run unit tests go test $(go list ${PRJ_PREFIX}/... | grep -v ${PRJ_PREFIX}/vendor/)