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

Show content of generated test, build script and output and error in 'buildtest build' #1779

Merged
merged 2 commits into from
May 20, 2024

Commits on May 17, 2024

  1. show output of test content in buildtest build.

    Fix issue where post run script was showing up in output even if script was not executed.
    Add console.rule statement to indicate start and end of each output section
    shahzebsiddiqui committed May 17, 2024
    Configuration menu
    Copy the full SHA
    51844ec View commit details
    Browse the repository at this point in the history
  2. add method print_content and print_file_content that will be used to …

    …print content using rich syntax.
    
    We invoke these methods for displaying output in buildtest build for test, build script, output and error.
    We also call this method in buildtest inspect query output
    shahzebsiddiqui committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4a3afea View commit details
    Browse the repository at this point in the history