From b7e166803148acd1038e5be1952cf20288a658f5 Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Thu, 31 Aug 2017 11:32:51 -0400 Subject: [PATCH] Update Makefile and unit test script. --- Makefile | 1 + test/run-unit-tests.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60c3505e6..d4e80283c 100644 --- a/Makefile +++ b/Makefile @@ -19,5 +19,6 @@ build: clean: rm -rf _output +.PHONY: test test: ./test/run-unit-tests.sh diff --git a/test/run-unit-tests.sh b/test/run-unit-tests.sh index c445cd39f..90703303d 100755 --- a/test/run-unit-tests.sh +++ b/test/run-unit-tests.sh @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/sh +#!/bin/bash source "$(dirname "${BASH_SOURCE}")/../hack/lib/init.sh"