Add -test.v to cos gpu driver test.

PiperOrigin-RevId: 693919284
This commit is contained in:
Zach Koopmans
2024-11-06 17:25:19 -08:00
committed by gVisor bot
parent 30c58b6a6b
commit 891ab9fd14
+1 -1
View File
@@ -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}"