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: bugzi...@mercurial-scm.org
          Reporter: t...@giga.or.at
                CC: mercurial-devel@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to