mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
a timing issue
This commit is contained in:
parent
0392113dfd
commit
4f7f2b1ac8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -114,7 +114,7 @@ test-install:
|
|||
(oset rcp :repo my-repo) \
|
||||
(oset rcp :branch my-branch) \
|
||||
(oset rcp :commit my-commit))" \
|
||||
--eval "(package-build--package rcp (package-build--checkout rcp))" \
|
||||
--eval "(package-build--package rcp (prog1 (package-build--checkout rcp) (sleep-for 0 3000))" \
|
||||
--eval "(package-install-file (car (file-expand-wildcards (concat package-build-archive-dir \"ein*.tar\"))))" 2>&1 | egrep -a "Error: " )
|
||||
|
||||
.PHONY: dist
|
||||
|
|
Loading…
Add table
Reference in a new issue