diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-09-19 14:54:40 +1000 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-09-19 14:54:40 +1000 |
| commit | dc4119a4df4b08a679574584509a44a597b903c6 (patch) | |
| tree | bcd7816603f6d215fd0f8b7289d7e6787f776378 | |
| parent | 141a5ba551634071868c9f7e5b8afafaf26cfda9 (diff) | |
| download | subunit-git-dc4119a4df4b08a679574584509a44a597b903c6.tar.gz | |
Rename diff-subunit to subunit-diff.
| -rw-r--r-- | Makefile.am | 4 | ||||
| -rw-r--r-- | NEWS | 3 | ||||
| -rwxr-xr-x | perl/Makefile.PL.in | 2 | ||||
| -rwxr-xr-x | perl/subunit-diff (renamed from perl/diff-subunit) | 0 |
4 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index a146a94..5a29476 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = \ c/check-subunit-0.9.6.patch \ c++/README \ c++/cppunit-subunit-1.10.2.patch \ - perl/diff-subunit \ + perl/subunit-diff \ perl/Makefile.PL.in \ perl/lib/Subunit/Diff.pm \ perl/lib/Subunit.pm \ @@ -111,7 +111,7 @@ mostlyclean-local: uninstall-local: if [ "_inst" = `basename ${prefix}` ]; then \ $(MAKE) -C perl uninstall_distcheck; \ - rm -f "$(DESTDIR)$(bindir)"/diff-subunit; \ + rm -f "$(DESTDIR)$(bindir)"/subunit-diff; \ fi perl/Makefile: perl/Makefile.PL @@ -14,6 +14,9 @@ subunit release notes non-subunit content to be discarded. This is useful when precise control over what is output is required - such as with subunit2junitxml. + * A small perl parser is now included, and a new ``subunit-diff`` tool + using that is included. (Jelmer Vernooij) + * Subunit streams can now include optional, incremental lookahead information about progress. This allows reporters to make estimates about completion, when such information is available. See the README diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 682e683..26e1c18 100755 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -5,7 +5,7 @@ WriteMakefile( 'VERSION' => '@SUBUNIT_VERSION@', 'test' => { 'TESTS' => 'tests/*.pl' }, 'PMLIBDIRS' => [ 'lib' ], - 'EXE_FILES' => [ '@abs_srcdir@/diff-subunit' ], + 'EXE_FILES' => [ '@abs_srcdir@/subunit-diff' ], ); sub MY::postamble { <<'EOT'; diff --git a/perl/diff-subunit b/perl/subunit-diff index bde5a15..bde5a15 100755 --- a/perl/diff-subunit +++ b/perl/subunit-diff |
