Fix tailing newline by not created it in the first place

This commit is contained in:
Laurent Indermuehle 2023-01-05 19:44:22 +01:00
commit 42fe4baf18
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
3 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
.PHONY: test-integration
test-integration:
echo "mysql:8.0.22" > tests/integration/db_engine_version
echo "pymysql==0.9.3" > tests/integration/connector
echo -n "mysql:8.0.22" > tests/integration/db_engine_version
echo -n "pymysql==0.9.3" > tests/integration/connector
podman run \
--detach \
--name primary \