MCPcopy Index your code
hub / github.com/nodejs/node / VerifyLand

Method VerifyLand

deps/v8/tools/release/test_scripts.py:573–582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571"""
572
573 def VerifyLand():
574 commit = FileToText(TEST_CONFIG["COMMITMSG_FILE"])
575 self.assertEquals(msg, commit)
576 version = FileToText(
577 os.path.join(TEST_CONFIG["DEFAULT_CWD"], VERSION_FILE))
578 self.assertTrue(re.search(r"#define V8_MINOR_VERSION\s+22", version))
579 self.assertTrue(re.search(r"#define V8_BUILD_NUMBER\s+5", version))
580 self.assertTrue(re.search(r"#define V8_PATCH_LEVEL\s+1", version))
581 self.assertTrue(
582 re.search(r"#define V8_IS_CANDIDATE_VERSION\s+0", version))
583
584 self.Expect([
585 Cmd("git status -s -uno", ""),

Callers

nothing calls this directly

Calls 3

FileToTextFunction · 0.85
joinMethod · 0.45
searchMethod · 0.45

Tested by

no test coverage detected