Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.7.0
-
3
-
16871
Description
The output of test-framework.sh's log() function is often being lost due to command substitution. log() should print it message to stderr instead of stdout so that the message will appear in the test logs even inside of a command substitution. The bash stack trace printed during failures should also go to stderr.
Patch landed to master for 2.7.0.