Closed bernhardschmidt closed 7 years ago
Missing file nfdump.test.out is inside of nfdump-1.6.13.tar.gz from https://sourceforge.net/projects/nfdump/files/stable/nfdump-1.6.13/ (Last sourceforge release. Git starts from 1.6.13 but lacks this file.)
Added missing file.
I'm currently working on the Debian packaging of nfdump. One sideeffect of switching to modern packaging helper is the testsuite (make check) being run by default. The testsuite always fails with this error
I had a look at bin/test.sh and I'm confused how this is supposed to work. As far as I can see nfgen generates some netflow, then it gets processed by nfdump and the output of multiple, different nfdump invocations is compared to a file nfdump.test.out that is neither shipped nor generated anywhere.
Is this testsuite supposed to work?