Skip to content

Commit fbb0f8b

Browse files
authored
[tools] Refactor update-ui-test-files.sh (#1743)
This change makes it easier to copy+paste from the script when working manually, which is a common workflow.
1 parent 72d93d0 commit fbb0f8b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tools/update-ui-test-files.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
set -e
1414

15-
TRYBUILD=overwrite ./cargo.sh +nightly test ui --test trybuild --workspace --all-features
16-
TRYBUILD=overwrite ./cargo.sh +stable test ui --test trybuild --workspace --features=__internal_use_only_features_that_work_on_stable
17-
TRYBUILD=overwrite ./cargo.sh +msrv test ui --test trybuild --workspace --features=__internal_use_only_features_that_work_on_stable
15+
TRYBUILD=overwrite ./cargo.sh +nightly test ui --test trybuild -p zerocopy --all-features
16+
TRYBUILD=overwrite ./cargo.sh +stable test ui --test trybuild -p zerocopy --features=__internal_use_only_features_that_work_on_stable
17+
TRYBUILD=overwrite ./cargo.sh +msrv test ui --test trybuild -p zerocopy --features=__internal_use_only_features_that_work_on_stable
18+
19+
TRYBUILD=overwrite ./cargo.sh +all test ui --test trybuild -p zerocopy-derive

0 commit comments

Comments
 (0)