Skip to content

Commit 3ce315a

Browse files
ocaisaboegel
authored andcommitted
also check file contents in test for --copy-ec --from-pr
1 parent 7bb0ecf commit 3ce315a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/framework/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,7 @@ def test_copy_ec_from_pr(self):
11971197
regex = re.compile(r'.*/%s copied to %s' % (ec_pr11521, test_ec))
11981198
self.assertTrue(regex.search(stdout), "Pattern '%s' found in: %s" % (regex.pattern, stdout))
11991199
self.assertTrue(os.path.exists(test_ec))
1200+
self.assertTrue("name = 'ExifTool'" in read_file(test_ec))
12001201
remove_file(test_ec)
12011202

12021203
def test_dry_run(self):

0 commit comments

Comments
 (0)