From 7299f6d07e65882fab4b6c985faead240d2bcfbe Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Fri, 26 Aug 2016 16:11:53 +0200
Subject: [PATCH] prepost.test_Simulations: generate pbs_turb after default was
 False

---
 wetb/prepost/tests/test_Simulations.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wetb/prepost/tests/test_Simulations.py b/wetb/prepost/tests/test_Simulations.py
index a439a53e..b6ea8285 100644
--- a/wetb/prepost/tests/test_Simulations.py
+++ b/wetb/prepost/tests/test_Simulations.py
@@ -48,7 +48,8 @@ class TestGenerateInputs(unittest.TestCase):
             shutil.rmtree(os.path.join(p_root, tmpl.PROJECT, 'remote'))
 
         tmpl.force_dir = tmpl.P_RUN
-        tmpl.launch_dlcs_excel('remote', silent=True, runmethod='gorm')
+        tmpl.launch_dlcs_excel('remote', silent=True, runmethod='gorm',
+                               pbs_turb=True)
 
         # we can not check-in empty dirs so we can not compare the complete
         # directory structure withouth manually creating the empty dirs here
-- 
GitLab