./rv <path>
fails, ../rv <path>
works – both should behave the same
#64
Labels
./rv <path>
fails, ../rv <path>
works – both should behave the same
#64
Running
./rv example/ counter test
on Windows (with CLANGARM64) fails, looking in the wrong directory:instead of
The error:
However,
cd example/
followed by../rv . counter test
works as expected. Perhaps a path handling issue.The text was updated successfully, but these errors were encountered: