[Bug 5697] New: test-hghave.t test failure

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Mon Oct 2 12:04:13 UTC 2017


https://bz.mercurial-scm.org/show_bug.cgi?id=5697

            Bug ID: 5697
           Summary: test-hghave.t test failure
           Product: Mercurial
           Version: 4.3.3
          Hardware: PC
                OS: NetBSD
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: tk at giga.or.at
                CC: mercurial-devel at mercurial-scm.org

In 4.3.2 and 4.3.3 I see a new test failure:

--- /scratch/devel/py-mercurial/work/mercurial-4.3.3/tests/test-hghave.t
+++ /scratch/devel/py-mercurial/work/mercurial-4.3.3/tests/test-hghave.t.err
@@ -24,8 +24,8 @@
   > testrepohgenv; \
   > $TESTDIR/run-tests.py $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t \
   > )
-  .
-  # Ran 1 tests, 0 skipped, 0 failed.
+  env: python: No such file or directory
+  [127]

 (invocation via command line)


ERROR: test-hghave.t output changed

pkgsrc on NetBSD only provides versioned python binaries (i.e., "python2.7")
but this test (or a script it calls) just uses "python". ${PYTHON} is set to
the real python binary name, which seems to suffice for all other tests.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list