Closedown

This commit is contained in:
boccioli_m
2015-09-02 10:25:35 +02:00
parent ccec54f27c
commit c2c5cec255
2 changed files with 24 additions and 19 deletions

View File

@@ -13,6 +13,8 @@ def sendFeedback(testPath, testName, DEVICE, returnString, testPassed):
def startTest(testName, DEVICE, params):
#get the path of this script
testTool = testcommons.TestingTool()
testTool.print_pio
testcommons.print_pio()
import inspect
testPath = inspect.getfile(inspect.currentframe())