Commit 12d2aac6 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Support any AWM_SET=some_dir in error test script.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 389dbbbb
......@@ -19,10 +19,8 @@ fi
ls test/T*
elif [ "x$AWM_SET" == "xbig" ]; then
cat test_list
elif [ "x$AWM_SET" == "xhuge" ]; then
ls huge/T*
elif [ "x$AWM_SET" == "xhuge2" ]; then
ls huge2/T*
elif [ "x$AWM_SET" != "x" ] && [ -d "$AWM_SET" ] && [ -f "$AWM_SET/T001"*wav ]; then
ls $AWM_SET/T*
else
echo "bad AWM_SET $AWM_SET" >&2
exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment