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