diff options
author | Theodore Ts'o <tytso@mit.edu> | 2006-08-06 14:33:13 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2006-08-06 14:33:13 -0400 |
commit | e54635de96a4bea38c7e4e10ae4e6ccbe9472663 (patch) | |
tree | e2258e22a2c6e8971e3c7d5cb1aeb3c6a722ce84 /tests/Makefile.in | |
parent | a62e3f0378d2a9b861fc4809a810980c1c3bde35 (diff) | |
download | e2fsprogs-e54635de96a4bea38c7e4e10ae4e6ccbe9472663.tar.gz |
If diff -u is supported, use it to report test failures.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index c82698d0..43acc785 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -19,6 +19,7 @@ test_script: test_script.in Makefile @HTREE_CMT@ @echo "HTREE=y" >> test_script @echo 'EGREP="@EGREP@"' >> test_script @echo "SRCDIR=@srcdir@" >> test_script + @echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_script @cat $(srcdir)/test_script.in >> test_script @chmod +x test_script |