Print commands in bash script

This commit is contained in:
Bruno Alla 2020-10-04 15:56:17 +01:00
parent d4d1f0c43d
commit f7bba44015
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# sh tests/test_bare.sh
set -o errexit
set -x
# Install modern pip to use new resolver:
# https://blog.python.org/2020/07/upgrade-pip-20-2-changes-20-3.html

View File

@ -4,6 +4,7 @@
# sh tests/test_docker.sh
set -o errexit
set -x
# install test requirements
pip install -r requirements.txt