tazpkg diff tests/testsuite @ rev 897
Modules 'install', 'remove': hide unresolved glib-compile-schemas warnings
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Dec 26 16:05:46 2015 +0200 (2015-12-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tests/testsuite Sat Dec 26 16:05:46 2015 +0200 1.3 @@ -0,0 +1,12 @@ 1.4 +#!/bin/sh 1.5 +# 1.6 +. /lib/libtaz.sh 1.7 +check_root 1.8 + 1.9 +for test in $(find . -name 'test[0-9]*' | sort); do 1.10 + $test 1.11 +done 1.12 + 1.13 +footer "$(colorize 32 'All tests passed')" 1.14 +rm -rf /tmp/test 1.15 +exit 0