Skip to content

Commit cc683cc

Browse files
committed
uu_tests_common: update of the scripts to take into account uu_tests_common
1 parent d2a34b1 commit cc683cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

util/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ TOTAL_ORDER=${TOTAL_ORDER#ROOT}
5454
CRATE_VERSION=$(grep '^version' Cargo.toml | head -n1 | cut -d '"' -f2)
5555

5656
set -e
57-
for dir in src/uuhelp_parser/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/; do
57+
for dir in src/uuhelp_parser/ tests/uu_tests_common/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/; do
5858
(
5959
cd "$dir"
6060
CRATE_NAME=$(grep '^name =' "Cargo.toml" | head -n1 | cut -d '"' -f2)

util/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM="0.0.28"
2121
TO="0.0.29"
2222

23-
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml)
23+
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml tests/uu_tests_common/Cargo.toml Cargo.toml)
2424

2525
# update the version of all programs
2626
#shellcheck disable=SC2086

0 commit comments

Comments
 (0)