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:
parent
a15c465d63
commit
3f0aa55e8b
@ -17,6 +17,7 @@
|
||||
local cset, parentset
|
||||
|
||||
function suite.setup()
|
||||
local wks = test.createWorkspace()
|
||||
parentset = configset.new()
|
||||
cset = configset.new(parentset)
|
||||
end
|
||||
|
Reference in New Issue
Block a user