File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -707,13 +707,13 @@ jobs:
707
707
export PATH="$GITHUB_WORKSPACE/install/usr/bin:${PATH}"
708
708
$GITHUB_WORKSPACE/entservices-testframework/Tests/L2Tests/pact/install-verifier-cli.sh
709
709
710
- # - name: Run unit tests without valgrind
711
- # run: >
712
- # PATH=$GITHUB_WORKSPACE/install/usr/bin:${PATH}
713
- # LD_LIBRARY_PATH=$GITHUB_WORKSPACE/install/usr/lib:$GITHUB_WORKSPACE/install/usr/lib/wpeframework/plugins:${LD_LIBRARY_PATH}
714
- # RdkServicesL2Test &&
715
- # cp -rf $(pwd)/rdkL2TestResults.json $GITHUB_WORKSPACE/rdkL2TestResultsWithoutValgrind.json &&
716
- # rm -rf $(pwd)/rdkL2TestResults.json
710
+ - name : Run unit tests without valgrind
711
+ run : >
712
+ PATH=$GITHUB_WORKSPACE/install/usr/bin:${PATH}
713
+ LD_LIBRARY_PATH=$GITHUB_WORKSPACE/install/usr/lib:$GITHUB_WORKSPACE/install/usr/lib/wpeframework/plugins:${LD_LIBRARY_PATH}
714
+ RdkServicesL2Test &&
715
+ cp -rf $(pwd)/rdkL2TestResults.json $GITHUB_WORKSPACE/rdkL2TestResultsWithoutValgrind.json &&
716
+ rm -rf $(pwd)/rdkL2TestResults.json
717
717
718
718
- name : Run unit tests with valgrind
719
719
if : ${{ !env.ACT }}
You can’t perform that action at this time.
0 commit comments