From 3112c19b810d3e967d7110e77ca31a18520b6509 Mon Sep 17 00:00:00 2001 From: Tatiana Bradley Date: Mon, 27 Mar 2023 13:57:40 -0400 Subject: tests/screentest: update vulndb testdata to latest Update vulndb test data to latest, and update expected screenshots accordingly. Change-Id: I53d3ac4d88015f0d3650cf2def20b2817fbbf212 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/479655 Reviewed-by: Jamal Carvalho Run-TryBot: Tatiana Bradley TryBot-Result: kokoro --- devtools/snapshot_vulndb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devtools') diff --git a/devtools/snapshot_vulndb.sh b/devtools/snapshot_vulndb.sh index cff6f635..ad12b18a 100755 --- a/devtools/snapshot_vulndb.sh +++ b/devtools/snapshot_vulndb.sh @@ -6,8 +6,8 @@ source devtools/lib.sh || { echo "Are you at repo root?"; exit 1; } -# Script for copying the latest data from vuln.go.dev for the tests in -# tests/screentest/testcases.ci.txt. +# Script for copying the latest data from vuln.go.dev (in the legacy format) +# for the tests in tests/screentest/testcases.ci.txt. origin="https://vuln.go.dev" -- cgit v1.3-5-g9baa