Skip to content

Commit 18a2f68

Browse files
committed
test(snap): capture full vp build output for NTFS junction repro
Drop the grep filter so the Windows CI snap diff shows the complete [plugin vite:build-html] failure from issue #1374.
1 parent f42cd4d commit 18a2f68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
> cd via/app && vp build 2>&1 | grep -E 'built in|vite:build-html'
2-
✓ built in <variable>ms
1+
> node setup.js
2+
> cd via/app && vp build 2>&1

packages/cli/snap-tests/build-ntfs-junction/steps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"ignoredPlatforms": ["darwin", "linux"],
33
"commands": [
44
{ "command": "node setup.js", "ignoreOutput": true },
5-
"cd via/app && vp build 2>&1 | grep -E 'built in|vite:build-html'"
5+
"cd via/app && vp build 2>&1"
66
]
77
}

0 commit comments

Comments
 (0)