File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -330,14 +330,14 @@ unmute_err() {
330330}
331331
332332mute () {
333- notify_suite_starting () { echo -n ; }
334- notify_test_starting () { echo -n ; }
335- notify_test_succeeded () { echo -n ; }
336- notify_test_failed () { echo -n ; }
337- notify_message () { echo -n ; }
338- notify_stack () { echo -n ; }
339- notify_stdout () { echo -n ; }
340- notify_stderr () { echo -n ; }
341- notify_suites_succeded () { echo -n ; }
342- notify_suites_failed () { echo -n ; }
333+ notify_suite_starting () { : ; }
334+ notify_test_starting () { : ; }
335+ notify_test_succeeded () { : ; }
336+ notify_test_failed () { : ; }
337+ notify_message () { : ; }
338+ notify_stack () { : ; }
339+ notify_stdout () { : ; }
340+ notify_stderr () { : ; }
341+ notify_suites_succeded () { : ; }
342+ notify_suites_failed () { : ; }
343343}
You can’t perform that action at this time.
0 commit comments