Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
tox.ini (local): Run an interactive shell if posargs are bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 9, 2021
1 parent c6ad06e commit 13f58fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ commands =
local: {env:BOOTSTRAP} && \
local: ./configure --prefix={envdir}/local {env:CONFIGURE_ARGS} && \
local: case "{posargs:}" in \
local: bash) bash -i; exit ;; \
local: config*) ;; \
local: *) make -k V=0 base-toolchain ;; \
local: esac && \
Expand Down

0 comments on commit 13f58fc

Please sign in to comment.