File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -496,6 +496,8 @@ def generate_baselines(self, test):
496
496
expect (test .uses_baselines ,
497
497
f"Something is off. generate_baseline should have not be called for test { test } " )
498
498
499
+ self ._machine .setup ()
500
+
499
501
baseline_dir = self .get_test_dir (self ._baseline_dir , test )
500
502
test_dir = self .get_test_dir (self ._work_dir , test )
501
503
if test_dir .exists ():
@@ -593,6 +595,8 @@ def generate_all_baselines(self):
593
595
###############################################################################
594
596
def run_test (self , test ):
595
597
###############################################################################
598
+ self ._machine .setup ()
599
+
596
600
git_head = get_current_head ()
597
601
598
602
print ("===============================================================================" )
You can’t perform that action at this time.
0 commit comments