Fix issue when building with no pom file

This commit is contained in:
Joe Farebrother
2021-07-26 10:38:16 +01:00
parent 6be9c705f0
commit 358a7c1707

View File

@@ -79,7 +79,6 @@ outputJsonFile = os.path.join(workDir, 'output.json')
# Make a database that touches all types whose methods we want to test:
print("Creating Maven project")
projectDir = os.path.join(workDir, "mavenProject")
os.makedirs(projectDir)
if len(sys.argv) == 4:
projectTestPkgDir = os.path.join(projectDir, "src", "main", "java", "test")