Skip to content

Commit

Permalink
testing: update "pushlog compatible" hg version in test-mozext.t
Browse files Browse the repository at this point in the history
`$PUSHLOGHG` is a variable that points to a pushlog-compatible
version of Mercurial in the test suite for use. Update to the
actual version in use since we removed the previous version
from the test environment.

--HG--
extra : rebase_source : 9d5d5ff679501351815df61a209d01f9b55432bb
  • Loading branch information
cgsheeh committed Apr 5, 2023
1 parent 24363b8 commit 0a1593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hgext/mozext/tests/test-mozext.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
> writeuri = ssh://user@dummy/$TESTTMP/
> EOF
$ export PUSHLOGHG=/app/venv/mercurials/5.3.2/bin/hg
$ export PUSHLOGHG=/app/venv/mercurials/5.9.3/bin/hg
$ export USER=hguser
$ hg init mozilla-central
Expand Down

0 comments on commit 0a1593c

Please sign in to comment.