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.
1 parent 1215062 commit 8854c71Copy full SHA for 8854c71
.github/workflows/L2-tests.yml
@@ -720,13 +720,6 @@ jobs:
720
run: >
721
PATH=$GITHUB_WORKSPACE/install/usr/bin:${PATH}
722
LD_LIBRARY_PATH=$GITHUB_WORKSPACE/install/usr/lib:$GITHUB_WORKSPACE/install/usr/lib/wpeframework/plugins:${LD_LIBRARY_PATH}
723
- valgrind
724
- --tool=memcheck
725
- --log-file=valgrind_log
726
- --leak-check=yes
727
- --show-reachable=yes
728
- --track-fds=yes
729
- --fair-sched=try
730
RdkServicesL2Test &&
731
cp -rf $(pwd)/rdkL2TestResults.json $GITHUB_WORKSPACE/rdkL2TestResultsWithValgrind.json &&
732
rm -rf $(pwd)/rdkL2TestResults.json
0 commit comments