tazpkg view tests/testsuite @ rev 957

modules/get, modules/install: patch for the x86_64 support.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 24 12:10:42 2018 +0200 (2018-01-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