From 891ab9fd1415d9ab4500a0fcd6185a3e3828c948 Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Wed, 6 Nov 2024 17:22:35 -0800 Subject: [PATCH] Add -test.v to cos gpu driver test. PiperOrigin-RevId: 693919284 --- tools/gpu/cos_drivers_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gpu/cos_drivers_test.sh b/tools/gpu/cos_drivers_test.sh index 9bac01345..d09c0139d 100755 --- a/tools/gpu/cos_drivers_test.sh +++ b/tools/gpu/cos_drivers_test.sh @@ -24,4 +24,4 @@ trap "rm -f ${json_file}" EXIT gcloud compute images list --project cos-cloud \ --filter="family:cos*" --format json > "${json_file}" -make run TARGETS=test/gpu:cos_gpu_compatibility_test ARGS="--image_json=${json_file}" +make run TARGETS=test/gpu:cos_gpu_compatibility_test ARGS="-test.v --image_json=${json_file}"