From 04db291c8bb54f8b696525393955e08064c96407 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 6 Aug 2015 20:48:14 +0200 Subject: [PATCH] disable random study in test to make it not intermittent --- src/study.test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/study.test.c b/src/study.test.c index 58614d37c..ac9d3947a 100644 --- a/src/study.test.c +++ b/src/study.test.c @@ -2,6 +2,7 @@ #include "study.h" +#include #include #include #include @@ -26,6 +27,7 @@ static void setup_study(study_fixture *fix, skill_t sk) { assert(fix); test_cleanup(); + set_param(&global.parameters, "study.random_progress", "0"); test_create_world(); r = test_create_region(0, 0, 0); f = test_create_faction(0);