First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 196149
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dustin Polke <gentoobugsie.20.dsurawicz@spamgourmet.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
openssl.build.log Build log showing test suite rujhnning twice text/plain Dustin Polke 2007-10-17 10:28 0000 888.72 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 196149 depends on: Show dependency tree
Bug 196149 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-10-17 10:22 0000
openssl runs testsuite twice because during src_compile() 'make check' is
executed when USE=test. However, with FEATURES=test, test suit is run again
after successful compile, which is annoying and a waste of time.

Please run 'make check' within src_test() and do not call src_test() from
within src_compile(). If you want to call it from within src_compile(), rename
the called function and put an einfo into src_test() stating that the test
suite has already been executed during compilation.

Thanks.

Reproducible: Always

Steps to Reproduce:
1.emerge openssl with USE=test FEATURE=test
2.
3.

Actual Results:  
Test suite run twice

Expected Results:  
Test suite only run once

I will attach build log showing this behavior.

------- Comment #1 From Dustin Polke 2007-10-17 10:28:28 0000 -------
Created an attachment (id=133665) [edit]
Build log showing test suite rujhnning twice

------- Comment #2 From SpanKY 2007-10-20 04:20:37 0000 -------
fixed in 0.9.8g

First Last Prev Next    No search results available      Search page      Enter new bug