We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb0ecf commit 3ce315aCopy full SHA for 3ce315a
1 file changed
test/framework/options.py
@@ -1197,6 +1197,7 @@ def test_copy_ec_from_pr(self):
1197
regex = re.compile(r'.*/%s copied to %s' % (ec_pr11521, test_ec))
1198
self.assertTrue(regex.search(stdout), "Pattern '%s' found in: %s" % (regex.pattern, stdout))
1199
self.assertTrue(os.path.exists(test_ec))
1200
+ self.assertTrue("name = 'ExifTool'" in read_file(test_ec))
1201
remove_file(test_ec)
1202
1203
def test_dry_run(self):
0 commit comments