We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db042b1 commit c9e2f9aCopy full SHA for c9e2f9a
Makefile
@@ -504,7 +504,7 @@ $(foundry_out):
504
cd $(dir $@) && forge build
505
506
tests/foundry/interactive.out.check: tests/foundry/out/kompiled/timestamp $(KEVM_BIN)/kevm
507
- cd tests/foundry && ./test-foundry.sh > tests/foundry/interactive.out
+ $(PYK_ACTIVATE) && cd tests/foundry && ./test-foundry.sh > interactive.out
508
$(CHECK) tests/foundry/interactive.out tests/foundry/interactive.expected
509
510
tests/foundry/foundry.k.check: tests/foundry/out/kompiled/foundry.k
0 commit comments