sui move prove
is unable to filter modules for verification
#14325
Labels
sui move prove
is unable to filter modules for verification
#14325
Steps to Reproduce Issue
sui move new mre1
sources
:2.1.
sources/five.move
sources/seven.move
(cd mre1; sui move prove)
(cd mre1; sui move prove --target five)
Expected Result
Recall that
sui move prove --help
outputsMeaning that
sui move prove --target five
should only run the Move Prover for themre1::five
module.The expected result for both commands,
sui move prove
andsui move prove --target five
is that both find the error with the purposefully incorrect specification ofmre1::five::five
.Actual Result
The command
sui move prove
finds the aforementioned error, whilesui move prove --target five
fails withSystem Information
The text was updated successfully, but these errors were encountered: