Skip to content

Commit

Permalink
tests: use instead of python on tinit.sh
Browse files Browse the repository at this point in the history
Reviewed By: zzl0

Differential Revision: D54374352

fbshipit-source-id: 65e0a7bb76eadf769004ce22af28d382e4660c06
  • Loading branch information
sggutier authored and facebook-github-bot committed Feb 29, 2024
1 parent 82002e0 commit 6d40150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/tests/tinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ shorttraceback() {

# Set config items like --config way, instead of using cat >> $HGRCPATH
setconfig() {
python "$RUNTESTDIR/setconfig.py" "$@"
hg debugpython -- "$RUNTESTDIR/setconfig.py" "$@"
}

# Set config item, but always in the main hgrc
Expand Down

0 comments on commit 6d40150

Please sign in to comment.