Skip to content

Commit c9e2f9a

Browse files
committed
Makefile: correct file name
1 parent db042b1 commit c9e2f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ $(foundry_out):
504504
cd $(dir $@) && forge build
505505

506506
tests/foundry/interactive.out.check: tests/foundry/out/kompiled/timestamp $(KEVM_BIN)/kevm
507-
cd tests/foundry && ./test-foundry.sh > tests/foundry/interactive.out
507+
$(PYK_ACTIVATE) && cd tests/foundry && ./test-foundry.sh > interactive.out
508508
$(CHECK) tests/foundry/interactive.out tests/foundry/interactive.expected
509509

510510
tests/foundry/foundry.k.check: tests/foundry/out/kompiled/foundry.k

0 commit comments

Comments
 (0)