Skip to content

Commit

Permalink
Add a full stop after a message produced by test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 18, 2023
1 parent 9860ea7 commit 0818ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o errexit
# Create a Python virtual environment.
if [ ! -d test-virtualenv ]
then
echo Creating a Python virtual environment in "$PWD"/test-virtualenv
echo Creating a Python virtual environment in "$PWD"/test-virtualenv.
trap 'rm -rf test-virtualenv' EXIT
chronic python3 -m venv test-virtualenv
source test-virtualenv/bin/activate
Expand Down

0 comments on commit 0818ac8

Please sign in to comment.