You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
debian | 7 years ago | |
README | 7 years ago | |
check.sh | 7 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