Skip to content

Commit e551df4

Browse files
committed
scripts: run-crossversion-meta: use artifacts subdir
Currently crossversion artifacts go directly inside the crossversion directory. They end up being gitignored (because they contain .test) but they are hard to clean up and can't easily be configured to be ignored by IDEs. We now put everything in an `artifacts` subdir (already gitignored).
1 parent 00991c0 commit e551df4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/run-crossversion-meta.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if [[ -z "${STRESS}" ]]; then
3737
-test.run 'TestMetaCrossVersion$' \
3838
-seed ${SEED:-0} \
3939
-factor ${FACTOR:-10} \
40+
-artifacts ./artifacts \
4041
$(echo $VERSIONS)
4142
else
4243
stress -p 1 go test ./internal/metamorphic/crossversion \
@@ -45,6 +46,7 @@ else
4546
-test.run 'TestMetaCrossVersion$' \
4647
-seed ${SEED:-0} \
4748
-factor ${FACTOR:-10} \
49+
-artifacts ./artifacts \
4850
$(echo $VERSIONS)
4951
fi
5052

0 commit comments

Comments
 (0)