Commit b650fa67 authored by Cole Neubauer's avatar Cole Neubauer
Browse files

forgot a plus

parent fc6e15ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ unitTestPath = unitTestExecutable.split("/")
del unitTestPath[-1]
unitTestPath = "/".join(unitTestPath)

os.system(unitTestExecutable + ">&" + unitTestPath + "/" unitTestName)
os.system(unitTestExecutable + ">&" + unitTestPath + "/" + unitTestName)