1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-28 11:21:59 +03:00
systemd/test/units/testsuite-74.sh
2022-11-03 23:08:58 +01:00

15 lines
211 B
Bash
Executable File

#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -eux
set -o pipefail
: >/failed
for script in "${0%.sh}".*.sh; do
echo "Running $script"
"./$script"
done
touch /testok
rm /failed