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

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

[nongnu] elpa/request ca0888a3f9 3/3: finish what fe567ec started


From: ELPA Syncer
Subject: [nongnu] elpa/request ca0888a3f9 3/3: finish what fe567ec started
Date: Wed, 25 Jan 2023 18:59:44 -0500 (EST)

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

    finish what fe567ec started
---
 .github/workflows/test.yml | 5 -----
 Makefile                   | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 048009d23d..3aded96d42 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -87,11 +87,6 @@ jobs:
         cask link list
       continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}
 
-    - name: test-install
-      if: startsWith(matrix.python_version, '2')
-      run: make test-install
-      continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}
-
     - name: test
       if: startsWith(matrix.python_version, '2')
       run: make test
diff --git a/Makefile b/Makefile
index f039609611..f6efa93eb6 100644
--- a/Makefile
+++ b/Makefile
@@ -139,4 +139,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*.el\"))))" 2>&1 | egrep -ia "error: |fatal" 
&& false)
+       --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]