From ed6432add13b0ee9c35a9bbd261e068969f0462d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Aug 2019 23:28:03 +0300 Subject: Make testscripts to ignore user's default options files --- tests/test/common.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test/common.testscript') diff --git a/tests/test/common.testscript b/tests/test/common.testscript index 0b82849..722f426 100644 --- a/tests/test/common.testscript +++ b/tests/test/common.testscript @@ -20,7 +20,7 @@ if ($null($test.options)) test.options = --buildfile - end -test.options += --serial-stop --quiet +test.options += --no-default-options --serial-stop --quiet # By default perform test. # -- cgit v1.1