Skip to content

Commit 471071a

Browse files
committed
tests: build: rust: output CONFIG_RUST failure to DESC
Make sure the problems with getting CONFIG_RUST to be set are displayed in short summary / patchwork. Previously we would get a failure and a bare "Link". Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 1d508e5 commit 471071a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/patch/build_clang_rust/build_clang_rust.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ prep_config() {
5858
config_rust=$(./scripts/config --file $output_dir/.config --state CONFIG_RUST)
5959

6060
if [ $config_rust != "y" ]; then
61-
echo Unable to enable CONFIG_RUST
61+
echo "CONFIG_RUST not set in generated config" >& $DESC_FD
6262
exit 1
6363
fi
6464
}

0 commit comments

Comments
 (0)