tazpkg view tests/testsuite @ rev 975

updated german messages
author Hans-G?nter Theisgen
date Thu Sep 24 07:50:22 2020 +0100 (2020-09-24)
parents
children
line source
1 #!/bin/sh
2 #
3 . /lib/libtaz.sh
4 check_root
6 for test in $(find . -name 'test[0-9]*' | sort); do
7 $test
8 done
10 footer "$(colorize 32 'All tests passed')"
11 rm -rf /tmp/test
12 exit 0