commit | fb4f83aafc08cfde026dd0b215c2bdd309796074 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Tue Aug 16 17:35:24 2022 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Tue Aug 16 17:35:24 2022 -0700 |
tree | f15c24b9df5aae69b07e49636f39ef81fd2f764f | |
parent | 359f65dc225b1d82c5d78633b1eb614d30c52ab6 [diff] |
sim:tests: Update renode binary location Change-Id: I79330ba06cf70233fcb62f8a5672655cc6e1a6ef
diff --git a/test.sh b/test.sh index a5998a6..0f18e04 100755 --- a/test.sh +++ b/test.sh
@@ -7,7 +7,7 @@ set -u # Treat unset params as errors. -RENODE_DIR="${OUT}/host/renode" +RENODE_DIR="${CACHE}/renode" TESTS_RESULTS="${OUT}/renode_test_results" source "${RENODE_DIR}/tests/common.sh"