Skip to content

Commit

Permalink
Enable verbose mode for prefix installation test.
Browse files Browse the repository at this point in the history
Signed-off-by: ghosind <[email protected]>
  • Loading branch information
ghosind committed Oct 2, 2024
1 parent 999851a commit 329f5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_install_version_by_prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ then
dvm_test_error "Deno v1.2 should not be installed on MacOS with m-chip"
fi
else
dvm install 1.2 || dvm_test_error "run 'dvm install 1.2' failed"
dvm install 1.2 --verbose || dvm_test_error "run 'dvm install 1.2' failed"
dvm ls | grep "v1.2.3" || dvm_test_error "run 'dvm ls' failed"
fi

0 comments on commit 329f5d1

Please sign in to comment.