Skip to content

Commit e1548c4

Browse files
authored
Remove an echo
1 parent bbfc154 commit e1548c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/build-gnu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ cd -
132132

133133
# Pass the feature flags to make, which will pass them to cargo
134134
"${MAKE}" PROFILE="${UU_MAKE_PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
135-
[ ${SELINUX_ENABLED} = 1 ] && touch g && echo "stat with selinux support" && "${UU_MAKE_PROFILE}"/stat -c%C g && rm g
135+
# min test for SELinux
136+
[ ${SELINUX_ENABLED} = 1 ] && touch g && "${UU_MAKE_PROFILE}"/stat -c%C g && rm g
136137

137138
cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
138139
# Create *sum binaries

0 commit comments

Comments
 (0)