You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Johannes 'josch' Schauer 1066d39b9e check.sh: More docs 8 years ago
debian Instead of using -e, check for error explicitly and dump last lines from stderr log 8 years ago
README Merge generate_testcases.sh into check.sh 8 years ago
check.sh check.sh: More docs 8 years ago

README

Generate test cases like this:

	$ ./check.sh

Test a specific case like that:

	$ ./check.sh source pkgc:i386 none all none allowed depends pkgb:any

Check all cases:

	$ ./check.sh | while read a b c d e f g h; do ./check.sh $a $b $c $d $e $f $g $h 2>/dev/null; done

Or in parallel:

	$ ./check.sh | xargs --max-procs=8 --max-lines=1 ./check.sh 2>/dev/null