Closed
Bug 459907
Opened 17 years ago
Closed 13 years ago
sisyphus needs to use "uname -a" to determine ostype instead of set | grep OSTYPE
Categories
(Testing Graveyard :: Sisyphus, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jmaher, Assigned: bc)
Details
while trying to run sisyphus on ubuntu linux, we found that the default interpreter for perl is /bin/sh which doesn't return anything for the command "set | grep OSTYPE". using /bin/bash we get the data we need to detect linux.
A more generic approach is to use 'uname -a'
Comment 1•16 years ago
|
||
Mass move of Sisyphus bugs to Testing : Sisyphus. Filter on SisyphusMassMove to ignore.
Component: Testing → Sisyphus
Product: Core → Testing
QA Contact: testing → sisyphus
Assignee | ||
Comment 2•13 years ago
|
||
I believe this has been fixed as the result of other patches. I'll check on ubuntu soon and file any outstanding issues.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•