diff --git a/test/players.sqlite b/test/players.sqlite new file mode 100644 index 0000000..6a5ffab Binary files /dev/null and b/test/players.sqlite differ diff --git a/test/players.txt b/test/players.txt new file mode 100644 index 0000000..9c8c6d1 --- /dev/null +++ b/test/players.txt @@ -0,0 +1,4 @@ +User,Password +----------------- +test,enter +test2,enter diff --git a/test/start.sh b/test/start.sh index 8982395..140a050 100755 --- a/test/start.sh +++ b/test/start.sh @@ -3,6 +3,7 @@ docker run --rm -it \ -u root:root \ -v $(pwd)/minetest.conf:/etc/minetest/minetest.conf \ + -v $(pwd)/players.sqlite:/root/.minetest/worlds/world/players.sqlite \ -v $(pwd)/../:/root/.minetest/worlds/world/worldmods/mail_mod \ -v mail_world:/root/.minetest/worlds/world/ \ --network host \