mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 07:31:24 -07:00
Fix tailing newline by not created it in the first place
This commit is contained in:
parent
a271a9bcd2
commit
42fe4baf18
3 changed files with 8 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue