mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
build-gnu.sh: Remove || true
This commit is contained in:
+1
-4
@@ -132,10 +132,7 @@ cd -
|
|||||||
|
|
||||||
# Pass the feature flags to make, which will pass them to cargo
|
# Pass the feature flags to make, which will pass them to cargo
|
||||||
"${MAKE}" PROFILE="${UU_MAKE_PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
|
"${MAKE}" PROFILE="${UU_MAKE_PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
|
||||||
touch g
|
[ ${SELINUX_ENABLED} = 1 ] && touch g && echo "stat with selinux support" && "${UU_MAKE_PROFILE}"/stat -c%C g && rm g
|
||||||
echo "stat with selinux support"
|
|
||||||
./target/debug/stat -c%C g || true
|
|
||||||
rm g
|
|
||||||
|
|
||||||
cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
|
cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
|
||||||
# Create *sum binaries
|
# Create *sum binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user