Skip to content

Commit

Permalink
error in ren-tests.sh
Browse files Browse the repository at this point in the history
Signed-off-by: sarfaraz siddiqui <sarfarazsiddiqui199@gmail.com>
  • Loading branch information
sarfarazsiddiquii committed Apr 21, 2024
1 parent d9e4d93 commit 9e8e421
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stdlib/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ mkdir -p "${BUILD_DIR}"

source "${SCRIPT_DIR}"/build-stdlib.sh

echo "Validating API documentation strings in the Standard Library."
mojo doc validate "${REPO_ROOT}/stdlib/src" || {
echo "Documentation validation failed. Please check the API documentation strings."
exit 1
}

echo "Packaging up the test_utils."
TEST_UTILS_PATH="${REPO_ROOT}/stdlib/test/test_utils"
mojo package "${TEST_UTILS_PATH}" -o "${BUILD_DIR}/test_utils.mojopkg"
Expand Down

0 comments on commit 9e8e421

Please sign in to comment.