From a69409882951a358835338353cad37e646544690 Mon Sep 17 00:00:00 2001 From: Jonathan Ginsburg Date: Mon, 21 Mar 2022 19:13:58 -0600 Subject: [PATCH] build: make integration-tests.sh verbose (set -x and -v) Also: * Make it exit quick (set -x). * Add its corresponding hashbang. --- tools/integration-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/integration-tests.sh b/tools/integration-tests.sh index 6a6d285..17ad83c 100755 --- a/tools/integration-tests.sh +++ b/tools/integration-tests.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash +set -xve PKG_FILE="$PWD/$(npm pack)" git clone https://github.com/karma-runner/integration-tests.git --depth 1 cd integration-tests