]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: Fix expected_fail parsing
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 30 May 2014 13:23:05 +0000 (10:23 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 30 May 2014 13:23:05 +0000 (10:23 -0300)
commitd7293a1628ab14062cddb17d167fe094081a3221
tree7b27d42746b153986f660916c5c85cf06fa96002
parentf429113a473ccf3f7d98a3b3e6d6c8b6b43af5d0
testsuite: Fix expected_fail parsing

If a test has expected_fail=true, it means the return code must be
different from 0 *and* the outputs must match. This way it's possible to
check if the error messages are printed as they should.
testsuite/testsuite.c