From 86df1706e25d945aad671d3bf9f89f1d057eb616 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 4 Feb 2024 10:45:19 +0200 Subject: can compile --- run.sh | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index c39f257..15c9c6d 100755 --- a/run.sh +++ b/run.sh @@ -1,22 +1,5 @@ #!/bin/bash -# SETTINGS +set -xeuf -o pipefail -TEST=$(dirname $0)/$1 # execute -TIMEOUT=10 # seconds - -# COMMON - -COMMON="$(dirname $0)/../common/common.sh" -[[ -f $COMMON ]] && { . $COMMON; } || { error "no common"; exit 1; } - -# MAIN - -kern_version gt 4.18 - -check_build -check_ppid -test_exec -test_finish - -exit 0 +sudo ./ioriotng -- cgit v1.2.3