mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +00:00
test/zdtm.sh: simplify showing list of tests
echo normalizes spaces, tr converts them into newlines Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Andrey Vagin <avagin@gmail.com>
This commit is contained in:
committed by
Andrey Vagin
parent
60a35bfaa9
commit
6cc9482a1a
@@ -107,9 +107,7 @@ if [ $# -eq 0 ]; then
|
|||||||
run_test $t -n ipc || case_error $t
|
run_test $t -n ipc || case_error $t
|
||||||
done
|
done
|
||||||
elif [ "$1" == "-l" ]; then
|
elif [ "$1" == "-l" ]; then
|
||||||
echo $TEST_LIST | sed -e "s#$ZP/##g" -e 's/ /\n/g'
|
echo $TEST_LIST $UTS_TEST_LIST $IPC_TEST_LIST | tr ' ' '\n'
|
||||||
echo $UTS_TEST_LIST | sed -e "s#$ZP/##g" -e 's/ /\n/g'
|
|
||||||
echo $IPC_TEST_LIST | sed -e "s#$ZP/##g" -e 's/ /\n/g'
|
|
||||||
else
|
else
|
||||||
if echo $UTS_TEST_LIST | fgrep -qw $1; then
|
if echo $UTS_TEST_LIST | fgrep -qw $1; then
|
||||||
run_test $1 -n uts || case_error $1
|
run_test $1 -n uts || case_error $1
|
||||||
|
Reference in New Issue
Block a user