diff options
Diffstat (limited to 'test/script/run-vint')
-rwxr-xr-x | test/script/run-vint | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/script/run-vint b/test/script/run-vint index e1140307..0d5b6e11 100755 --- a/test/script/run-vint +++ b/test/script/run-vint @@ -1,4 +1,7 @@ -#!/bin/bash -eu +#!/usr/bin/env bash + +set -e +set -u exit_code=0 image=w0rp/ale |