diff --git a/test/box/args.test.py b/test/box/args.test.py index 433a4e6d7377407c25aa68c5f8e92b4530dde6cb..46ae1175e482fc6c3e37ba8df48fa42645595f15 100644 --- a/test/box/args.test.py +++ b/test/box/args.test.py @@ -59,6 +59,7 @@ os.mkdir(os.path.join(vardir, "bug726778/xlogs")) os.symlink(os.path.abspath("box/bug726778.cfg"), cfg) sys.stdout.push_filter("(/\S+)+/tarantool", "tarantool") +sys.stdout.push_filter(".*(P|p)lugin.*", "") server.test_option("--config=bug726778.cfg --init-storage") sys.stdout.pop_filter()