Skip to content

Commit 781e1d2

Browse files
committed
[ot] tests/opentitan: tests: Move bazel test list to tests/opentitan
`scripts/opentitan` should be reserved for scripts. Instead we can make a directory in `tests` for opentitan specifically where we can store the test data. Signed-off-by: Alex Jones <[email protected]>
1 parent 5045375 commit 781e1d2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/opentitan/run-bazel-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ opentitan_path="$(realpath "$opentitan_path")"
3737
qemu_path="$(realpath "$qemu_path")"
3838

3939
# Lists of passing and flaky OpenTitan tests:
40-
tests_path="${qemu_path}/scripts/opentitan/earlgrey-tests.txt"
40+
tests_path="${qemu_path}/tests/opentitan/data/earlgrey-tests.txt"
4141

4242
# Ensure QEMU has already been built in `./build`:
4343
if [ ! -x "${qemu_path}/build/qemu-system-riscv32" ]; then
File renamed without changes.

0 commit comments

Comments
 (0)