From eb36fa1564fa54ae3a9cd99335c08f79b02739b8 Mon Sep 17 00:00:00 2001 From: moeslinged94 <Feststelltaste1> Date: Tue, 11 May 2021 15:29:47 +0200 Subject: [PATCH] New branch is now up to date with "old" OBSW git, all previous commits can be found there --- Tst/tst/generator_templates/{manually_step.py => run_step.py} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename Tst/tst/generator_templates/{manually_step.py => run_step.py} (71%) diff --git a/Tst/tst/generator_templates/manually_step.py b/Tst/tst/generator_templates/run_step.py similarity index 71% rename from Tst/tst/generator_templates/manually_step.py rename to Tst/tst/generator_templates/run_step.py index 334772d..417aea8 100644 --- a/Tst/tst/generator_templates/manually_step.py +++ b/Tst/tst/generator_templates/run_step.py @@ -1,4 +1,3 @@ - #! CCS.BREAKPOINT # Step $testStepNumber: $testStepDescription Comment: $testStepComment -threading.Thread(target=testinstance.step_$testStepNumber, kwargs={'ccs': ccs, 'pool_name': pool_name}, daemon=True).start() +threading.Thread(target=testinstance.step_$testStepNumber, kwargs={'pool_name': pool_name}, daemon=True).start() -- GitLab