slitaz-base-files diff testsuite.sh @ rev 319

ldd: /lib64 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 10 12:37:16 2017 +0100 (2017-01-10)
parents 3a790a182103
children 65248d132cd2
line diff
     1.1 --- a/testsuite.sh	Wed Jul 01 01:01:17 2015 +0300
     1.2 +++ b/testsuite.sh	Tue Jan 10 12:37:16 2017 +0100
     1.3 @@ -131,10 +131,12 @@
     1.4  cat $activity
     1.5  rm -f $activity
     1.6  
     1.7 -check_libtaz
     1.8 -output='raw'
     1.9 -title 'Checking libtaz.sh: --output=raw'
    1.10 -check_libtaz
    1.11 +for output in '' raw gtk html; do
    1.12 +	export output
    1.13 +	newline; newline
    1.14 +	title 'Checking libtaz.sh: --output=$output'
    1.15 +	check_libtaz
    1.16 +done
    1.17  
    1.18  # Check libtaz.sh functions usage
    1.19  output='term'