Squish: Update expected file in tst_git_clone

jom changed

Change-Id: I5d0bebe8a6d4711c98aa38b7db21fdc16d6639b7
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Robert Loehning
2016-03-11 12:11:47 +01:00
parent 1da7c060cb
commit e7fe1ea41b

View File

@@ -76,7 +76,7 @@ def verifyVersionControlView(targetDir, canceled):
def verifyFiles(targetDir):
for file in [".gitignore", "CMakeLists.txt", "jom.pro",
os.path.join("bin", "ibjom.cmd"),
os.path.join("bin", "ibjom.bat"),
os.path.join("src", "app", "main.cpp")]:
test.verify(os.path.exists(os.path.join(targetDir, cloneDir, file)),
"Verify the existence of %s" % file)