1
0
Fork 0
alistair23-linux/tools/testing/selftests/arm64/run_tags_test.sh

13 lines
199 B
Bash
Executable File

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
echo "--------------------"
echo "running tags test"
echo "--------------------"
./tags_test
if [ $? -ne 0 ]; then
echo "[FAIL]"
else
echo "[PASS]"
fi