alsa-tools/tests/run_tests.sh
Jaroslav Kysela 94ef32a556 Add gating and simple test
Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
2024-08-01 18:19:28 +02:00

11 lines
144 B
Bash
Executable File

#!/bin/bash
set -ex
# a quick test
hdsploader -h
if [ $? -ne 0 ]; then
echo "The return code from hdsploader is invalid ($?)!"
exit 99
fi