a timing issue

This commit is contained in:
dickmao 2019-11-14 20:28:00 -05:00
parent 0392113dfd
commit 4f7f2b1ac8

View file

@ -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