From 54cf8ad4d527b0585f364b3d6cbe2c9eae58c3da Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Fri, 8 Jul 2016 13:36:24 +0300 Subject: Test suite: use test/test_environment as busted helper When parsing test options, instead of directly looking for '-Xhelper' in arguments and splitting the next arguments on commas add .busted config to set test/test_environment as busted helper. Then busted will do the splitting on its own and set global arg to split options. --- .busted | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .busted (limited to '.busted') diff --git a/.busted b/.busted new file mode 100644 index 00000000..7c67e719 --- /dev/null +++ b/.busted @@ -0,0 +1,5 @@ +return { + default = { + helper = "test/test_environment" + } +} -- cgit v1.2.3-55-g6feb