Skip to content

Commit 705c2f1

Browse files
authored
Merge pull request #7984 from uutils/sylvestre-patch-2
publish.sh: also publish uutests
2 parents 3f9514d + 796201d commit 705c2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/ tests/uutests/; do
5858
(
5959
cd "$dir"
6060
CRATE_NAME=$(grep '^name =' "Cargo.toml" | head -n1 | cut -d '"' -f2)

0 commit comments

Comments
 (0)