From 46692c87b480e14ca95c07d50642f5e2d0ded5d0 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 20 Jan 2018 06:27:55 -0500 Subject: [PATCH] Disable ruins for test run mode (#34653) * Disable ruins for test run mode * Fix * Actually, let's enable them all * That never happened --- tools/travis/build_byond.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/travis/build_byond.sh b/tools/travis/build_byond.sh index 1387b4174e..b0e3f57aad 100755 --- a/tools/travis/build_byond.sh +++ b/tools/travis/build_byond.sh @@ -35,7 +35,10 @@ if [ "$BUILD_TOOLS" = false ]; then fi; #config folder should not be mandatory - rm -rf config + rm -rf config/* + + #disable all ruins + echo -e "LAVALAND_BUDGET 0\nSPACE_BUDGET 0" > config/config.txt source $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/byondsetup if [ "$BUILD_TESTING" = true ]; then