Skip to content

Commit ce04b46

Browse files
committed
Use --bin-dir /usr/local/bin in run.sh in Runner/plans/fastrpc-premerge.yaml
Signed-off-by: Srikanth Muppandam <[email protected]>
1 parent 034b054 commit ce04b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runner/plans/fastrpc-premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ metadata:
1414
run:
1515
steps:
1616
- cd Runner
17-
- $PWD/suites/Multimedia/CDSP/fastrpc_test/run.sh || true
17+
- $PWD/suites/Multimedia/CDSP/fastrpc_test/run.sh --bin-dir /usr/local/bin || true
1818
- $PWD/utils/send-to-lava.sh $PWD/suites/Multimedia/CDSP/fastrpc_test/fastrpc_test.res || true
1919
- $PWD/utils/result_parse.sh

0 commit comments

Comments
 (0)