From ae85695543c1e303ba062a5359a82c82cac53fd3 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Tue, 1 May 2018 06:18:03 -0600 Subject: Update run-tests to make use of /usr/bin/env (#1548) * Update run-tests to make use of /usr/bin/env * Update run-vint * Update run-vader-tests * Update custom-linting-rules * Update custom-checks * Update check-toc * Update check-supported-tools-tables --- test/script/run-vader-tests | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/script/run-vader-tests') diff --git a/test/script/run-vader-tests b/test/script/run-vader-tests index a10b8baf..3e7e815c 100755 --- a/test/script/run-vader-tests +++ b/test/script/run-vader-tests @@ -1,4 +1,7 @@ -#!/bin/bash -eu +#!/usr/bin/env bash + +set -e +set -u image=w0rp/ale docker_flags=(--rm -v "$PWD:/testplugin" -v "$PWD/test:/home" -w /testplugin "$image") -- cgit v1.2.3