Skip to content

Commit

Permalink
ci: fix goals present tests (commit a6bd818)
Browse files Browse the repository at this point in the history
These tests did not run until now.
  • Loading branch information
hendriktews committed Mar 23, 2024
1 parent 728bd25 commit db9ef1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/simple-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ coq-test-par-job-needs-compilation-quick
possible cases
coq-test-prelude-correct
: test that the Proof General prelude is correct
test-goals-present
coq-test-goals-present
: test that Proof General shows goals correctly in various
situations

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ci/simple-tests/coq-test-prelude-correct.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
(defconst coq--post-v810 (coq--post-v810)
"t if Coq is more recent than 8.9")

(message "goal present tests run with Coq version %s; post-v810: %s"
(message "prelude tests run with Coq version %s; post-v810: %s"
(coq-version t) coq--post-v810)


Expand Down

0 comments on commit db9ef1e

Please sign in to comment.