[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/datetime fed5a55a72 034/147: Put stderr output of the test
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/datetime fed5a55a72 034/147: Put stderr output of the testing program to a separate buffer, where it can be ignored. |
Date: |
Fri, 31 Jan 2025 06:59:59 -0500 (EST) |
branch: elpa/datetime
commit fed5a55a723c675196f34da302dee44853fcc5d1
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>
Put stderr output of the testing program to a separate buffer, where it can
be ignored.
---
test/format.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/format.el b/test/format.el
index b2c7a07623..341df7d19d 100644
--- a/test/format.el
+++ b/test/format.el
@@ -45,7 +45,8 @@
(setq times (list times)))
(unless (process-live-p datetime--test-java-formatting-process)
(let ((default-directory datetime--test-directory))
- (setq datetime--test-java-formatting-process (start-process
"java-formatter" "java-formatter" "java" "FormatTimestamp"))))
+ (setq datetime--test-java-formatting-process (make-process :name
"java-formatter" :buffer "java-formatter" :stderr "java-formatter/stderr"
+ :command
'("java" "FormatTimestamp")))))
(let* ((marker (process-mark datetime--test-java-formatting-process))
(position (marker-position marker))
(num-times (length times))
- [nongnu] elpa/datetime b268319f72 059/147: Merge pull request #3 from mineo/warn, (continued)
- [nongnu] elpa/datetime b268319f72 059/147: Merge pull request #3 from mineo/warn, ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime b58c776fc0 067/147: Replace the badge in `README.md' accordingly., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 3450a19bdc 072/147: Regenerate timezone extmaps using OpenJDK 14.0.2 (Debian build 14.0.2+12-2)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 3065971ce8 092/147: Release datetime 0.8, ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 4c422b6f9d 104/147: Implement every of the million subtly different ways Java can format timezone offsets., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 55e8a9a978 112/147: Update library documentation; use AsciiDoc instead of Markdown., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 082d2c7b0e 007/147: Add :any-decimal-separator option to accept both decimal dot and decimal comma, regardless of what pattern uses., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime c134420a9e 012/147: Move locale data to an external database loaded with `extmap' package; add a Shell script to update it in one command., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 2a92d80cdc 025/147: Release version 0.4., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime bb3f7e10b9 038/147: Fix certain changes to `run-tests.sh' in the latest commit again., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime fed5a55a72 034/147: Put stderr output of the testing program to a separate buffer, where it can be ignored.,
ELPA Syncer <=
- [nongnu] elpa/datetime 674a9e5527 046/147: Release version 0.6.2., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 34ea42c179 051/147: Use Eldev., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 525e2f3c93 052/147: Make tests fail with a comprehensible message if run without compiling Java helper first; silence a byte-compilation warning., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime c51eeb6df1 070/147: Fix parsing (most likely also formatting) of future timestamps in certain timezones., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 6f116352a6 069/147: Drop word `test' from regression test names., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 666569908c 079/147: Release version 0.7.1., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 77dc214d9a 080/147: Rewrite `check-for-updates.yml' using new function `extmap-equal-p' instead of simple binary file comparison., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime e8d7b98aad 066/147: Switch over to GitHub workflows, I'm fed up with Travis., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 3fee2884fa 084/147: Release version 0.7.2., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime b2fe88ca31 110/147: Add timezone offset to support in `datetime-matching-regexp', for all the various formats at once; test matching everywhere we test formatting., ELPA Syncer, 2025/01/31