emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/request 7444e763d8 3/3: package is now single-file


From: ELPA Syncer
Subject: [nongnu] elpa/request 7444e763d8 3/3: package is now single-file
Date: Tue, 4 Oct 2022 11:59:15 -0400 (EDT)

branch: elpa/request
commit 7444e763d8bbbcf82e67d7bcc30550255b81c471
Author: dickmao <none>
Commit: dickmao <none>

    package is now single-file
---
 .github/workflows/test.yml | 1 +
 Makefile                   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b6ca215742..9612847a6e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
   build:
     runs-on: ${{ matrix.os }}
     strategy:
+      fail-fast: true
       matrix:
         os: [ubuntu-latest]
         emacs_version: [24.5, 25.3, 26.3, 27.2, 28.2]
diff --git a/Makefile b/Makefile
index c142c25d02..df1a51c124 100644
--- a/Makefile
+++ b/Makefile
@@ -135,4 +135,4 @@ test-install: test-install-vars
                   (oset rcp :branch my-branch) \
                   (oset rcp :commit my-commit))" \
        --eval "(package-build--package rcp (package-build--checkout rcp))" \
-       --eval "(package-install-file (car (file-expand-wildcards (concat 
package-build-archive-dir \"request*.tar\"))))" 2>&1 | egrep -ia "error: 
|fatal" )
+       --eval "(package-install-file (car (file-expand-wildcards (concat 
package-build-archive-dir \"request*.el\"))))" 2>&1 | egrep -ia "error: |fatal" 
)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]