aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-14 19:03:06 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-14 21:44:17 +0200
commit6c7c76e0e4a760d594113b3afe0147a178d9e58e (patch)
treecb9d0c22efa73c12d3760ea583c983a3120b15d8 /README-maintainer
parent2e35ead5791feea1f7d9cde9c4eaf5c8d1efa2fa (diff)
downloadqpdf-6c7c76e0e4a760d594113b3afe0147a178d9e58e.tar.zst
Fix issues with abi-perf-test
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index e930e38c..545612c4 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -353,7 +353,7 @@ RELEASE PREPARATION
* Test for performance and binary compatibility:
- ./abi-perf-test release-<old> @
+ ./abi-perf-test v<old> @
Prefix with SKIP_PERF=1 to skip performance test.
Prefix with SKIP_TESTS=1 to skip test suite run.