[Request] [+ ] D8963: test-run-tests.t: remove a sub-test since we are done with it
khanchi97 (Sushil khanchi)
phabricator at mercurial-scm.org
Thu Aug 27 07:03:57 UTC 2020
khanchi97 created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
removing test-failure.t to make sure that in next patch when
we re-run failed tests using --retest, it won't get considered
unnecessarily.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D8963
AFFECTED FILES
tests/test-run-tests.t
CHANGE DETAILS
diff --git a/tests/test-run-tests.t b/tests/test-run-tests.t
--- a/tests/test-run-tests.t
+++ b/tests/test-run-tests.t
@@ -844,6 +844,8 @@
$ echo 'saved backup bundle to $TESTTMP/foo.hg'
saved backup bundle to $TESTTMP/*.hg (glob)<
+ $ rm test-failure.t
+
Race condition - test file was modified when test is running
$ TESTRACEDIR=`pwd`
To: khanchi97, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200827/afbaf3eb/attachment-0001.html>
More information about the Mercurial-patches
mailing list