Skip to content

Commit e77317a

Browse files
committed
test-release.sh: Remove test-suite from LLVM_ENABLE_PROJECTS
I think this was just being ignored before, but now it crashes because we're checking if the projects that we're trying to enable are valid. There is no test-suite project (it's a separate repo with separate handling), so we should never try to enable it. Differential Revision: https://reviews.llvm.org/D119322
1 parent 816988d commit e77317a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/utils/release/test-release.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,6 @@ if [ $do_libs = "yes" ]; then
249249
runtimes="$runtimes libunwind"
250250
fi
251251
fi
252-
case $do_test_suite in
253-
yes|export-only)
254-
projects="$projects test-suite"
255-
;;
256-
esac
257252
if [ $do_openmp = "yes" ]; then
258253
projects="$projects openmp"
259254
fi

0 commit comments

Comments
 (0)