Skip to content

Commit 765f249

Browse files
authored
[ATfE] Fix test_llvmlibc.sh (#517)
`build` does not exist, use `build_llvmlibc_overlay`
1 parent 3997794 commit 765f249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arm-software/embedded/scripts/test_llvmlibc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -ex
1313
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
1414
REPO_ROOT=$( git -C "${SCRIPT_DIR}" rev-parse --show-toplevel )
1515

16-
cd "${REPO_ROOT}"/build
16+
cd "${REPO_ROOT}"/build_llvmlibc_overlay
1717

1818
# The GTest framework in LLVM-libc does not yet have integration with lit.
1919
# However, we run all tests anyways (don't stop on failure with the flag -k 0)

0 commit comments

Comments
 (0)