[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] README-release: also run any check-very-expensive tests
From: |
Jim Meyering |
Subject: |
[PATCH] README-release: also run any check-very-expensive tests |
Date: |
Tue, 19 Jun 2018 15:52:20 -0700 |
FYI, I've just pushed this:
>From 29596f8db284a461933f2cff775bc65399f2efbc Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 19 Jun 2018 15:47:53 -0700
Subject: [PATCH] README-release: also run any check-very-expensive tests
* top/README-release: Adjust instructions so they run the
check-very-expensive tests when there is such a target.
---
ChangeLog | 6 ++++++
top/README-release | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index beaaf26a5..ac3fcab6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-06-19 Jim Meyering <address@hidden>
+
+ README-release: also run any check-very-expensive tests
+ * top/README-release: Adjust instructions so they run the
+ check-very-expensive tests when there is such a target.
+
2018-06-18 Bruno Haible <address@hidden>
pthread_rwlock_rdlock: Add comments regarding glibc behaviour.
diff --git a/top/README-release b/top/README-release
index a173203a1..536eef3a9 100644
--- a/top/README-release
+++ b/top/README-release
@@ -27,9 +27,10 @@ Here are most of the steps we (maintainers) follow when
making a release.
./bootstrap && ./configure
-* Pre-release testing: ensure that the following command succeeds:
+* Pre-release testing: ensure that the following commands succeed:
- make check syntax-check distcheck
+ c=check ve=check-very-expensive; git grep -q "^$ve:\$" && c=$ve
+ make $c syntax-check distcheck
* To (i) set the date, version number, and release TYPE on line 3 of
NEWS, (ii) commit that, and (iii) tag the release, run
--
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] README-release: also run any check-very-expensive tests,
Jim Meyering <=