forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user