update integration test stuff
This commit is contained in:
parent
8f5267d972
commit
d315b61034
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -547,3 +547,6 @@
|
||||
[submodule "machine_parts"]
|
||||
path = machine_parts
|
||||
url = https://github.com/mt-mods/machine_parts.git
|
||||
[submodule "pandorabox_integration_test"]
|
||||
path = pandorabox_integration_test
|
||||
url = https://github.com/pandorabox-io/pandorabox_integration_test.git
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 195fba36bb4a27ce53b364382c04dd7f7c41d17c
|
||||
Subproject commit bbfba7a1175e2612be7308a09a95fd1497719a51
|
1
pandorabox_integration_test
Submodule
1
pandorabox_integration_test
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6bdafb0ee6114a0d94ce7f9edb26f63a59c737b1
|
@ -1,10 +1,12 @@
|
||||
# integration test settings
|
||||
|
||||
enable_integration_test = true
|
||||
enable_recipe_test = true
|
||||
#enable_recipe_test = true
|
||||
|
||||
areas.self_protection = true
|
||||
mesecon.luacontroller_lightweight_interrupts = true
|
||||
moreblocks.stairsplus_in_creative_inventory = false
|
||||
bridger_enable_trusses = true
|
||||
telemosaic_right_click_teleport = true
|
||||
|
||||
secure.http_mods = monitoring,digistuff,blockexchange
|
||||
|
2
test.sh
2
test.sh
@ -7,6 +7,6 @@ docker run --rm -i \
|
||||
-v $(pwd)/test-minetest.conf:/etc/minetest/minetest.conf \
|
||||
-v /tmp/mt:/var/lib/minetest/.minetest \
|
||||
-v $(pwd):/var/lib/minetest/.minetest/worlds/world/worldmods \
|
||||
registry.gitlab.com/minetest/minetest/server:5.3.0
|
||||
registry.gitlab.com/minetest/minetest/server:5.4.0
|
||||
|
||||
test -f /tmp/mt/worlds/world/integration_test.json && exit 0 || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user