On Thu, Aug 04, 2016 at 11:26:58AM +0200, Matthias Klose wrote: > Package: creduce > Version: 2.5.0-1 > Severity: serious > Tags: sid stretch > > creduce doesn't pass the files to reduce to the test script. This used to > work ... > > $ creduce --debug ./cr2.sh foo.c
> sanity check... tmpdir = /tmp/creduce-eButm5 > usage: /home/packages/tmp/cr2.sh <file.c> Looks like commit creduce-2.4.0-7-g0bfd954 https://github.com/csmith-project/creduce/commit/0bfd95402e126293bb4f7df1435770f66da98bb1 changed the sanity check to run the "interestingness test" without arguments, so your "exit 1" in cr2.sh usage() now makes it fail. +The interestingness test should not expect any command line arguments. Hope this helps, -- Niko Tyni nt...@debian.org