Skip to content

Commit a637d46

Browse files
committed
Cleaner mute
1 parent 8dd1ea8 commit a637d46

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/test_core.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -330,14 +330,14 @@ unmute_err() {
330330
}
331331

332332
mute() {
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
}

0 commit comments

Comments
 (0)