Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make extraction tests work without ${USER} (fixes #378) #383

Conversation

hartwork
Copy link
Contributor

Before

# USER= make -C tests/lcov/extract/ check 
make: Entering directory '[..]/tests/lcov/extract'
Starting tests
lcov/extract/extract.sh ........... [fail] (time 4.7s, mem 58.8MB)
    Skipping 228 previous lines (see [..]/tests//test.log)
    ...
      functions...: 28.6% (2 of 7 functions)
      branches....: 33.3% (8 of 24 branches)
    Filter suppressions:
      region:
        2 instances
        5 coverpoints
    Message summary:
      no messages were reported
    Error:  did not find expected context field
  EXITCODE ...: 1
1 tests executed, 0 passed, 1 failed, 0 skipped (time 4.7s, mem 58.8MB)
Result log stored in [..]/tests/test.log
make: *** [../../common.mak:116: check] Error 1
make: Leaving directory '[..]/tests/lcov/extract'

After

# USER= make -C tests/lcov/extract/ check 
make: Entering directory '[..]/tests/lcov/extract'
Starting tests
lcov/extract/extract.sh ........... [pass] (time 23.1s, mem 58.9MB)
1 tests executed, 1 passed, 0 failed, 0 skipped (time 23.1s, mem 58.9MB)
Result log stored in [..]/tests/test.log
make: Leaving directory '[..]/tests/lcov/extract'

@henry2cox henry2cox merged commit f53848b into linux-test-project:master Jan 11, 2025
5 checks passed
@hartwork hartwork deleted the issue-378-make-extraction-tests-work-without-dollar-user branch January 24, 2025 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants