Commit 0b031063 authored by Oxez's avatar Oxez
Browse files

changes

parent fa387fde
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ else:
    with open(builddir + "/objects/CTestTestfile.cmake") as testFile:
        for line in testFile:
            if apptest in line:
                makefilePath = line.split(" ")[1][11:]
                makefilePath = line.split("\" \"")[1][11:]
                break
    print(makefilePath)