Skip to content

Commit

Permalink
tests: update stacktrace test to match new musl version
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusS committed Sep 7, 2024
1 parent bdcf6fd commit d5f6bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kernel/integration/stacktrace/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def is_good(line):

vm.on_output("Service::start()", is_good)
vm.on_output("kernel_main", is_good)
vm.on_output("__libc_start_main", is_good)
vm.on_output("libc_start_main", is_good)
vm.on_output("long_mode", is_good)

vm.boot(20,image_name='kernel_stacktrace')

0 comments on commit d5f6bb5

Please sign in to comment.