tazpkg diff tests/testsuite @ rev 945
modules/install: equivalent_pkg(): fix for --cookmode and --local
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 26 16:18:57 2017 +0300 (2017-05-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tests/testsuite Fri May 26 16:18:57 2017 +0300 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