Commit 3aabfe67 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix(ct): give kontrol access to full src (#12181)

Kontrol profile was originally just looking at the L1 contracts
which caused issues now that we're deploying via vm.getCode.
parent fa9ab5e6
...@@ -87,7 +87,7 @@ optimizer = false ...@@ -87,7 +87,7 @@ optimizer = false
# See test/kontrol/README.md for an explanation of how the profiles are configured # See test/kontrol/README.md for an explanation of how the profiles are configured
[profile.kdeploy] [profile.kdeploy]
src = 'src/L1' src = 'src'
out = 'kout-deployment' out = 'kout-deployment'
test = 'test/kontrol' test = 'test/kontrol'
script = 'scripts-kontrol' script = 'scripts-kontrol'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment