mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
binman: Move to three-digit test-file numbers
We now have 99 tests. Before adding any more, rename everything to three digits. This helps to preserve the ordering of tests and makes it easier to find things. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -25,7 +25,7 @@ class TestEntry(unittest.TestCase):
|
||||
def GetNode(self):
|
||||
binman_dir = os.path.dirname(os.path.realpath(sys.argv[0]))
|
||||
fname = fdt_util.EnsureCompiled(
|
||||
os.path.join(binman_dir,('test/05_simple.dts')))
|
||||
os.path.join(binman_dir,('test/005_simple.dts')))
|
||||
dtb = fdt.FdtScan(fname)
|
||||
return dtb.GetNode('/binman/u-boot')
|
||||
|
||||
|
Reference in New Issue
Block a user