File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ TOTAL_ORDER=${TOTAL_ORDER#ROOT}
5454CRATE_VERSION=$( grep ' ^version' Cargo.toml | head -n1 | cut -d ' "' -f2)
5555
5656set -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)
Original file line number Diff line number Diff line change 2020FROM=" 0.0.28"
2121TO=" 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
You can’t perform that action at this time.
0 commit comments