• L
    Hide verbose dart snapshot during run_test.py (#11040) · a7c965ca
    liyuqian 提交于
    Without this change, a single dart test will print out 306 lines.
    With this change, a single dart test will only print out 33 lines.
    This helps a lot in local tests.
    
    In order to return to the old logging, set `--verbose-dart-snapshot` flag.
    a7c965ca
run_tests.py 10.7 KB