Skip to content
Snippets Groups Projects
user avatar
Nat Goodspeed authored
Moderately often I want to copy the (long) integration test program path from
build output and rerun the test program by hand. But typically we need
environment variables set as well so it can find its dynamic libraries. This
has resulted in my copying parts of several lines of build output, then
pasting to a command prompt, then hand-tweaking the pasted text so it makes
sense as a command.

Streamline run_build_test.py output so less hand-tweaking is needed.
70a0b520
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..