]> git.proxmox.com Git - mirror_ovs.git/commit
test-hash: Do not exit check_word_hash() when there is a failure.
authorAlex Wang <alexw@nicira.com>
Fri, 27 Feb 2015 05:16:14 +0000 (21:16 -0800)
committerAlex Wang <alexw@nicira.com>
Wed, 4 Mar 2015 17:31:28 +0000 (09:31 -0800)
commit06af0bbfb931ae5fabdb2d5da0035cd27c755433
tree0bb7ede03cd91d09faba6effd224925a95962489
parentafb505724cb1e9376be8908bb2e43db64e789771
test-hash: Do not exit check_word_hash() when there is a failure.

This commit makes check_word_hash() run to finish even when there
is a failure during the run.  The test will still fail due to the
output check in AT_CHECK.  And developers can benefit from having
all failed hashes instead of only the first one.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/test-hash.c