view tests/test-check-debian.t @ 5781:613a144de642

divergence-resolution: add a buggy test case for resolution Explained in more details in the test itself. This will be fixed by next patch.
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Thu, 28 Jan 2021 13:40:36 +0530
parents 56eb528820d7
children
line wrap: on
line source

#require test-repo

Enable obsolescence to avoid the warning issue when obsmarkers are found

  $ cat << EOF >> $HGRCPATH
  > [experimental]
  > evolution = all
  > EOF

  $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \
  > "$TESTDIR/../hgext3rd/evolve/metadata.py" "$TESTDIR/../debian/control"

  $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \
  > "$TESTDIR/../hgext3rd/topic/__init__.py" "$TESTDIR/../debian/control"