Actions
action #901
closedopenqa: create testcase for glibc
Description
the consoletests should check for the correct glibc to avoid bugs like this:
https://bugzilla.novell.com/show_bug.cgi?id=846845
ie the i586 medium lacked the i686 glibc
You can probably find out whether the right glibc is installed by checking the output of /lib/libc.so.6
Updated by _miska_ about 11 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Updated test and needle sent.
Updated by lnussel about 11 years ago
- Status changed from Feedback to New
- % Done changed from 100 to 70
as discussed elsewhere a simplified way would be better ie just
sendautotype "/lib/libc.so.6\n";
$self->check_screen();
Updated by lnussel about 11 years ago
- Due date changed from 2013-10-31 to 2013-11-04
- Priority changed from Normal to High
- Target version changed from 13.1 RC2 to 13.1 GM
Updated by _miska_ about 11 years ago
- % Done changed from 70 to 90
Simplified test is merged, needle is needed and no matter how I try, I seem to have troubles to come up with the correct one.
Updated by _miska_ about 11 years ago
- Status changed from New to Feedback
Coolo created and committed needle so this is done.
Actions