We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51e033b + c2db179 commit b7f6809Copy full SHA for b7f6809
Runner/suites/Kernel/Baseport/wpss_remoteproc/run.sh
@@ -33,6 +33,12 @@ TESTNAME="wpss_remoteproc"
33
FW="wpss"
34
RES_FILE="./$TESTNAME.res"
35
36
+# Run from the testcase directory so relative outputs (like .res) land next to run.sh
37
+test_path="$(find_test_case_by_name "$TESTNAME")"
38
+cd "$test_path" || {
39
+ echo "[ERROR] Could not cd to testcase path: $test_path" >&2
40
+ exit 1
41
+}
42
log_info "-----------------------------------------------------------------------------------------"
43
log_info "------------------- Starting $TESTNAME Testcase ----------------------------"
44
log_info "=== Test Initialization ==="
0 commit comments