this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

internal/_e2e: fix end to end tests to set source

The end-to-end tests had not been updated to
set the now-mandatory source field.

Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
Change-Id: Ibc63df5a90f5a4c5f191a5f4c7f8a9a335ed76ff
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1193382
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>

+6
+2
internal/_e2e/testdata/script/gcloud_upload.txtar
··· 12 12 cd publish 13 13 14 14 exec cue mod init ${MODVER} 15 + exec cue mod edit --source self 15 16 exec cue mod publish ${VERSION} 16 17 17 18 cd ../depend 18 19 19 20 env-fill out_foo.cue 20 21 exec cue mod init depend.localhost 22 + exec cue mod edit --source self 21 23 exec cue mod tidy 22 24 exec cue export 23 25 cmp stdout export.golden
+2
internal/_e2e/testdata/script/github_app_private.txtar
··· 10 10 cd publish 11 11 12 12 exec cue mod init ${MODVER} 13 + exec cue mod edit --source self 13 14 exec cue mod publish ${VERSION} 14 15 15 16 cd ../depend 16 17 17 18 env-fill out_foo.cue 18 19 exec cue mod init depend.localhost 20 + exec cue mod edit --source self 19 21 exec cue mod tidy 20 22 exec cue export 21 23 cmp stdout export.golden
+2
internal/_e2e/testdata/script/github_app_public.txtar
··· 10 10 cd publish 11 11 12 12 exec cue mod init ${MODVER} 13 + exec cue mod edit --source self 13 14 exec cue mod publish ${VERSION} 14 15 15 16 cd ../depend 16 17 17 18 env-fill out_foo.cue 18 19 exec cue mod init depend.localhost 20 + exec cue mod edit --source self 19 21 exec cue mod tidy 20 22 exec cue export 21 23 cmp stdout export.golden