Whamcloud - gitweb
tests: don't consider "make check" a compiler error
authorAndreas Dilger <adilger@dilger.ca>
Thu, 29 Nov 2012 12:47:51 +0000 (05:47 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 29 Dec 2012 22:13:24 +0000 (17:13 -0500)
commitf797cf3e37b476aac593fe9a9f4630448d335332
tree78a9c64fd87a56a05c9657e1880092a8d1693f0c
parent831f309c624d77e41c83ee7c55d900e347cd44fe
tests: don't consider "make check" a compiler error

In a number of places, the output format from "make check" is
incorrectly interpreted as compiler warning output (triggered by
the presence of colons and parenthesis in the output).  Convert
these lines to similar output that does not trigger false build
warnings.

In the case of the tst_uuid.c program, the "ctime()" output was
difficult to change, but in fact it is better to actually compare
the time-based UUID against wallclock time instead of just printing
the formatted time as a string, so this test is improved.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/csum.c
lib/ext2fs/inline.c
lib/uuid/tst_uuid.c