diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-04 10:45:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-04 10:45:19 +0200 |
| commit | 86df1706e25d945aad671d3bf9f89f1d057eb616 (patch) | |
| tree | b9a86cdb3133c83e7cccec76fbf133dc20b01c8f /run.sh | |
| parent | 6f0b9a473ab8e3fd8ac58724e907809da36b1bd1 (diff) | |
can compile
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 21 |
1 files changed, 2 insertions, 19 deletions
@@ -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 |
