Skip to content

Commit

Permalink
unittest verbose=true
Browse files Browse the repository at this point in the history
Signed-off-by: Shamser Ahmed <[email protected]>
  • Loading branch information
shamser committed May 24, 2024
1 parent 5cf5897 commit 6ec39cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
export LANG="en_US.UTF-8"
sudo update-locale
sudo /opt/HPCCSystems/bin/unittests
/opt/HPCCSystems/bin/unittests -v
- name: unittests-logs-artifact
if: ${{ failure() || cancelled() }}
Expand Down
4 changes: 2 additions & 2 deletions testing/unittests/dalitests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3199,12 +3199,12 @@ class CSysInfoLoggerTester : public CppUnit::TestFixture
~CSysInfoLoggerTester()
{
printf("CSysInfoLoggerTesterXXX daliClientEnd\n");
daliClientEnd();
//daliClientEnd();
}
void testInit()
{
printf("CSysInfoLoggerTesterXXX testInit\n");
daliClientInit();
//daliClientInit();
printf("CSysInfoLoggerTesterXXX testInit End");

}
Expand Down

0 comments on commit 6ec39cc

Please sign in to comment.