diff options
| author | Erik Martin-Dorel | 2020-04-17 08:25:13 +0200 |
|---|---|---|
| committer | Erik Martin-Dorel | 2020-04-17 08:39:32 +0200 |
| commit | 41d1750be0c45b51eb4e91ba4832c50a20e5fc2d (patch) | |
| tree | 0ffd78306196b09f3e0bdac300e97d2f7e2459fa /ci/test.sh | |
| parent | 4849bb7d8c01770e60ff306994e3ef1e7d4a54f1 (diff) | |
feat: Update test.yml to trigger integration tests
* Fix test.sh so it can be run from the parent dir
Diffstat (limited to 'ci/test.sh')
| -rwxr-xr-x | ci/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ rootdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd ) # form="(message \"OK\")" form="(progn (add-to-list 'load-path \"$rootdir\") (add-to-list 'load-path \"$srcdir\"))" -assert emacs --batch -l ert -l init-tests.el --eval "$form" -l proof-general.el -l coq-tests.el -f ert-run-tests-batch-and-exit +assert emacs --batch -l ert --eval "$form" -l init-tests.el -l proof-general.el -l coq-tests.el -f ert-run-tests-batch-and-exit |
