mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Fixups to release.sh
and sync_scenarios.sh
(#2790)
I missed a few things, sorry!
This commit is contained in:
parent
4b2e67955f
commit
906c1ca71d
2 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# All additional options are passed to `rooster`
|
# All additional options are passed to `rooster`
|
||||||
#
|
#
|
||||||
# See `scripts/release` for
|
# See `scripts/release/` for supporting files.
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
script_root="$(realpath "$(dirname "$0")")"
|
script_root="$(realpath "$(dirname "$0")")"
|
||||||
|
|
|
@ -6,15 +6,16 @@
|
||||||
#
|
#
|
||||||
# Install the pinned packse version in a temporary virtual environment, fetch scenarios, and regenerate test cases and snapshots:
|
# Install the pinned packse version in a temporary virtual environment, fetch scenarios, and regenerate test cases and snapshots:
|
||||||
#
|
#
|
||||||
# $ ./scripts/scenarios/sync.sh
|
# $ ./scripts/sync_scenarios.sh
|
||||||
#
|
#
|
||||||
# Additional arguments are passed to `./scripts/scenarios/generate.py`, for example:
|
# Additional arguments are passed to `./scripts/scenarios/generate.py`, for example:
|
||||||
#
|
#
|
||||||
# $ ./scripts/scenarios/sync.sh --verbose --no-snapshot-update
|
# $ ./scripts/sync_scenarios.sh --verbose --no-snapshot-update
|
||||||
#
|
#
|
||||||
# For development purposes, the `./scripts/scenarios/generate.py` script can be used directly to generate
|
# For development purposes, the `./scripts/scenarios/generate.py` script can be used directly to generate
|
||||||
# test cases from a local set of scenarios.
|
# test cases from a local set of scenarios.
|
||||||
|
#
|
||||||
|
# See `scripts/scenarios/` for supporting files.
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
script_root="$(realpath "$(dirname "$0")")"
|
script_root="$(realpath "$(dirname "$0")")"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue