deb-m-a-dep-check/README

16 lines
360 B
Text
Raw Permalink Normal View History

2016-08-15 20:43:34 +00:00
Generate test cases like this:
$ ./check.sh
2016-08-15 20:43:34 +00:00
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
2016-08-15 20:43:34 +00:00
Or in parallel:
$ ./check.sh | xargs --max-procs=8 --max-lines=1 ./check.sh 2>/dev/null