From c15eb9c30d3bc6ec67171cf3849e1d06c56e589d Mon Sep 17 00:00:00 2001 From: whonore Date: Mon, 24 Aug 2020 14:17:30 -0400 Subject: Fix Coqtail test directory. Tests moved in https://github.com/whonore/Coqtail/pull/134. --- dev/ci/ci-coqtail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/ci/ci-coqtail.sh b/dev/ci/ci-coqtail.sh index b8b5c6c724..ab538ecc07 100755 --- a/dev/ci/ci-coqtail.sh +++ b/dev/ci/ci-coqtail.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download coqtail -( cd "${CI_BUILD_DIR}/coqtail" && PYTHONPATH=python python3 -m pytest tests/test_coqtop.py ) +( cd "${CI_BUILD_DIR}/coqtail" && PYTHONPATH=python python3 -m pytest tests/coq ) -- cgit v1.2.3