Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Mbed-TLS/mbedtls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Horstmann <david.horstmann@arm.com>2023-09-28 16:01:25 +0300
committerDavid Horstmann <david.horstmann@arm.com>2023-09-28 16:01:25 +0300
commitf868d6f4e8f9e220c2903f49dd9784a3c418c5b4 (patch)
tree97315f0cbb2c5efa6644ddb95e24846fa4600a72
parent6c979856c3533f1d9f8abca39e0f37ebd7ac438b (diff)
Remove spurious commentsfix-cmake-header-include
Signed-off-by: David Horstmann <david.horstmann@arm.com>
-rwxr-xr-xtests/scripts/all.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 41cd139536..d9ceb96f56 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -5228,7 +5228,6 @@ component_test_cmake_as_package () {
msg "build: cmake 'as-package' build"
cd programs/test/cmake_package
- # Note: Explicitly generate files as these are turned off in releases
cmake .
make
./cmake_package
@@ -5244,7 +5243,6 @@ component_test_cmake_as_package_install () {
msg "build: cmake 'as-installed-package' build"
cd programs/test/cmake_package_install
- # Note: Explicitly generate files as these are turned off in releases
cmake .
make
./cmake_package_install