commit 74156d2533370f7baa9fa77c5dc0011084e8f1fb parent 45e19db581acf7a0bf40f234117cc0a5cfdd7ae5 Author: Iqbal Ansari <iqbalansari02@yahoo.com> Date: Mon, 2 Nov 2015 23:47:41 +0530 Pass additional parameters to run-tests.sh to Emacs Diffstat:
M | run-tests.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run-tests.sh b/run-tests.sh @@ -1,3 +1,3 @@ #!/bin/sh -cask exec emacs -batch -l ert -l emojify-tests.el -f ert-run-tests-batch-and-exit +cask exec emacs -batch -l ert -l emojify-tests.el -f ert-run-tests-batch-and-exit "$@"