aboutsummaryrefslogtreecommitdiff
path: root/tests/sec-2853/testconf.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sec-2853/testconf.yml')
-rw-r--r--tests/sec-2853/testconf.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/sec-2853/testconf.yml b/tests/sec-2853/testconf.yml
new file mode 100644
index 000000000000..6140daaf9c78
--- /dev/null
+++ b/tests/sec-2853/testconf.yml
@@ -0,0 +1,9 @@
+# configure the test runner generator to properly set up the tests
+# - avoid cluttering the syslogs
+
+---
+:unity:
+ :suite_setup:
+ - extern int change_logfile(const char*, int);
+ - change_logfile("stderr", 0);
+