sometimes due to ordering of test, we're in a rule scope, which makes settings some of the values into configsets illegal.

So we just force ourselves into a project scope.
This commit is contained in:
Tom van Dijck 2017-10-16 16:43:02 -07:00
parent a15c465d63
commit 3f0aa55e8b

View File

@ -17,6 +17,7 @@
local cset, parentset
function suite.setup()
local wks = test.createWorkspace()
parentset = configset.new()
cset = configset.new(parentset)
end