Skip to content

Commit 2c6864f

Browse files
committed
Fix the test command
1 parent c3281c3 commit 2c6864f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ default: &default-steps
77
- run: apt-get update && apt-get install make
88
- run: make elpa
99
- run: emacs --version
10+
- run: cask --version
1011
- run: make test
1112
# Make sure to run test-checks before test-bytecomp, as test-bytecomp autogenerates
1213
# files which won't pass test-checks.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ clean:
2929
rm -f $(OBJS)
3030

3131
test: $(PKGDIR)
32-
$(CASK) ecukes "$@" --no-win
32+
$(CASK) exec ecukes --no-win
3333

3434
test-checks:
3535
$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \

0 commit comments

Comments
 (0)