[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/emacsql 491105a01f 8/8: Fix gitstats in CI
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/emacsql 491105a01f 8/8: Fix gitstats in CI |
Date: |
Fri, 15 Nov 2024 15:59:41 -0500 (EST) |
branch: elpa/emacsql
commit 491105a01f58bf0b346cbc0254766c6800b229a2
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Fix gitstats in CI
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7c24cb3192..1dd52c4d81 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ test: all $(TEST_ELCS)
-l tests/emacsql-external-tests.elc -f ert-run-tests-batch-and-exit
ifeq ($(CI), true)
-override GITSTATS = gitstats/gitstats
+override GITSTATS = ../_gitstats/gitstats
endif
GITSTATS ?= gitstats
GITSTATS_DIR ?= stats
- [nongnu] elpa/emacsql updated (fb05d0f727 -> 491105a01f), ELPA Syncer, 2024/11/15
- [nongnu] elpa/emacsql 9789d8e77d 2/8: Capitalize summary lines in test files, ELPA Syncer, 2024/11/15
- [nongnu] elpa/emacsql 8e036c9123 5/8: Don't warn about missing back-ends during compilation, ELPA Syncer, 2024/11/15
- [nongnu] elpa/emacsql 9b877ddb7a 7/8: Refactor setup of test connectors, ELPA Syncer, 2024/11/15
- [nongnu] elpa/emacsql db3b941bb6 3/8: Run compiler and connector tests separately, ELPA Syncer, 2024/11/15
- [nongnu] elpa/emacsql 491105a01f 8/8: Fix gitstats in CI,
ELPA Syncer <=
- [nongnu] elpa/emacsql 7a79c2be3d 6/8: Remove original connector using a custom SQLite binary, ELPA Syncer, 2024/11/15
- [nongnu] elpa/emacsql b84102f111 4/8: Show more warnings about skipped connector tests, ELPA Syncer, 2024/11/15
- [nongnu] elpa/emacsql ecbd2acc12 1/8: Require Emacs 26.1, ELPA Syncer, 2024/11/15