From 045d204b3d055a4b0b2a64731a75e2791f843180 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Fri, 4 Nov 2022 08:28:07 +0200 Subject: [PATCH] ^_unittest_autotest --- srcxray.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcxray.py b/srcxray.py index 0cefc4e..75a9fcd 100755 --- a/srcxray.py +++ b/srcxray.py @@ -1401,12 +1401,12 @@ class _unittest_autotest(unittest.TestCase): popen('srcxray.py referrers_dep nfs_root_data')[-1]) self.assertEqual('calibrate_delay_converge: __delay', popen('srcxray.py call_dep start_kernel')[-2]) - self.assertEqual('\t\tcpu_startup_entry', popen( + self.assertEqual('\trest_init ⋮', popen( 'srcxray.py call_tree start_kernel')[-1]) os.chdir('..') self.assertGreater(syscalls().number_of_edges(), 400) # digraph_print: - self.assertEqual("\t\tmount_initrd ^", popen( + self.assertEqual("\tkernel_do_mounts_initrd_sysctls_init ⋮", popen( "srcxray.py import_cflow init/do_mounts_initrd.c")[-1]) self.assertRegex(popen( 'srcxray.py "nx.DiGraph([{1,2},{2,3},{2,4}])"')[-1],