[Request] [+ ] D8614: rhg: add rhg tests to the Rust tests
acezar (Antoine Cezar)
phabricator at mercurial-scm.org
Fri Jun 5 14:32:39 UTC 2020
acezar created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D8614
AFFECTED FILES
Makefile
CHANGE DETAILS
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -134,6 +134,7 @@
cd $(HGROOT)/rust/hg-cpython \
&& $(CARGO) test --quiet --all \
--no-default-features --features "$(py_feature)"
+ cd $(HGROOT)/rust/rhg && $(CARGO) test --quiet
check-code:
hg manifest | xargs python contrib/check-code.py
To: acezar, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200605/c3dedbc7/attachment.html>
More information about the Mercurial-patches
mailing list