From 329f5d120e23ec9ae83f49f570f64ebb34091c32 Mon Sep 17 00:00:00 2001 From: ghosind Date: Thu, 3 Oct 2024 02:09:33 +0800 Subject: [PATCH] Enable verbose mode for prefix installation test. Signed-off-by: ghosind --- test/test_install_version_by_prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_install_version_by_prefix.sh b/test/test_install_version_by_prefix.sh index a89983e..85c1401 100755 --- a/test/test_install_version_by_prefix.sh +++ b/test/test_install_version_by_prefix.sh @@ -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