mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
publish.sh: also publish uutests
This commit is contained in:
parent
18b963ed6f
commit
796201dbfd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ TOTAL_ORDER=${TOTAL_ORDER#ROOT}
|
||||||
CRATE_VERSION=$(grep '^version' Cargo.toml | head -n1 | cut -d '"' -f2)
|
CRATE_VERSION=$(grep '^version' Cargo.toml | head -n1 | cut -d '"' -f2)
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
for dir in src/uuhelp_parser/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/; do
|
for dir in src/uuhelp_parser/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/ tests/uutests/; do
|
||||||
(
|
(
|
||||||
cd "$dir"
|
cd "$dir"
|
||||||
CRATE_NAME=$(grep '^name =' "Cargo.toml" | head -n1 | cut -d '"' -f2)
|
CRATE_NAME=$(grep '^name =' "Cargo.toml" | head -n1 | cut -d '"' -f2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue