We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a6bd6 commit 48241b7Copy full SHA for 48241b7
Makefile.am
@@ -24,6 +24,6 @@ xcheck:
24
25
report:
26
perl $(top_srcdir)/scripts/check_regres_runner.pl $(top_srcdir) $(top_builddir) @XMLDIFF@
27
- xsltproc $(top_srcdir)/scripts/regres_report_to_html.pl $(top_builddir)/regres_report.xml > regres_report.html
+ xsltproc $(top_srcdir)/scripts/regres_report_to_html.xsl $(top_builddir)/regres_report.xml > regres_report.html
28
29
0 commit comments