Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: improve output information #759

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 23, 2024

  1. Activated log macros in tests

    jounathaen authored and n0toose committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    08cce05 View commit details
    Browse the repository at this point in the history
  2. test: improve output information

    - Print to stdout as soon as the kernel successfully boots
    - Print to stdout in run_simple_vm to make it clear that the kernel has
      been compiled
    - Clarify the test-kernel being built, as the "name mismatch" between
      fs-test.rs and create_file.rs can be a bit confusing
    - Add newline between build_hermit_bin + run_simple_vm output and
      output coming from the kernel
    - Minor linguistic improvements
    
    These changes may seem redundant to the trained eye (for example,
    it is safe to assume that the output starting with "frequency: ..."
    is from the kernel, thus everything that follows is from the kernel),
    but can be very helpful to beginners.
    
    Based on local changes that I created for personal use, so as to better
    understand the debugging process.
    n0toose committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    355a3f4 View commit details
    Browse the repository at this point in the history