From 50b7b9a18c1973c10c516bc36bb75c139dc537ad Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Mon, 10 Oct 2016 14:20:27 +0200 Subject: [PATCH] [bugfix] winefix should not be run with wine --- wetb/prepost/Simulations.py | 2 +- .../tests/data/demo_dlc/ref/pbs_in_turb/turb_s100_10ms.p | 2 +- .../tests/data/demo_dlc/ref/pbs_in_turb/turb_s101_11ms.p | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index 4b1e0248..f3690dcf 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -5292,7 +5292,7 @@ class MannTurb64(prepost.PBSScript): def __init__(self, silent=False): super(MannTurb64, self).__init__() self.exe = 'time wine mann_turb_x64.exe' - self.winefix = 'wine winefix\n' + self.winefix = 'winefix\n' # PBS configuration self.umask = '0003' self.walltime = '00:59:59' diff --git a/wetb/prepost/tests/data/demo_dlc/ref/pbs_in_turb/turb_s100_10ms.p b/wetb/prepost/tests/data/demo_dlc/ref/pbs_in_turb/turb_s100_10ms.p index 289577b9..92897be0 100644 --- a/wetb/prepost/tests/data/demo_dlc/ref/pbs_in_turb/turb_s100_10ms.p +++ b/wetb/prepost/tests/data/demo_dlc/ref/pbs_in_turb/turb_s100_10ms.p @@ -26,7 +26,7 @@ echo "------------------------------------------------------------------------" echo "PRELUDE" echo "------------------------------------------------------------------------" -wine winefix +winefix cd ../turb/ echo "" diff --git a/wetb/prepost/tests/data/demo_dlc/ref/pbs_in_turb/turb_s101_11ms.p b/wetb/prepost/tests/data/demo_dlc/ref/pbs_in_turb/turb_s101_11ms.p index d3c52168..05f0d068 100644 --- a/wetb/prepost/tests/data/demo_dlc/ref/pbs_in_turb/turb_s101_11ms.p +++ b/wetb/prepost/tests/data/demo_dlc/ref/pbs_in_turb/turb_s101_11ms.p @@ -26,7 +26,7 @@ echo "------------------------------------------------------------------------" echo "PRELUDE" echo "------------------------------------------------------------------------" -wine winefix +winefix cd ../turb/ echo "" -- GitLab