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

Commit

Permalink
src/bin/sage (-advanced): Generalize tox environment list formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 7, 2020
1 parent d8e101c commit e327314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/sage
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ usage_advanced() {
echo " --tox [options] <files|dirs> -- general entry point for testing"
echo " and linting of the Sage library"
echo " -e <envlist> -- run specific test environments (default: run all)"
tox -c "$SAGE_SRC" --listenvs -v 2>/dev/null | sed -n '/->/s/^/ /;s/(same as/\
(same as/;s/->/ --/p;'
tox -c "$SAGE_SRC" --listenvs -v 2>/dev/null | sed -n '/->/s/^/ /;s/(/\
(/;s/->/ --/p;'
echo " -p auto -- run test environments in parallel"
echo " --help -- show tox help"
command -v tox &>/dev/null || \
Expand Down

0 comments on commit e327314

Please sign in to comment.