Skip to content

Commit 9d5f200

Browse files
committed
chore(scripts): add golden update script
1 parent 7f77698 commit 9d5f200

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/update_goldens.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
export UPDATE_GOLDEN=1
4+
ctest --output-on-failure

0 commit comments

Comments
 (0)