Closed
Bug 136227
Opened 24 years ago
Closed 24 years ago
Perl syntax in runtests.sh causes error message when passing in arguments
Categories
(Bugzilla :: Testing Suite, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: ddkilzer, Assigned: ddkilzer)
Details
Attachments
(1 file)
|
512 bytes,
patch
|
afranke
:
review+
afranke
:
review+
|
Details | Diff | Splinter Review |
When '--verbose' is passed into runtests.sh, the following error
message occurs:
./runtests.sh: [: ==: binary operator expected
String equality is '=' under bash. Patch to follow shortly.
| Assignee | ||
Updated•24 years ago
|
| Assignee | ||
Comment 1•24 years ago
|
||
Quotes "$f" variable and changes '==' to '='.
Comment 2•24 years ago
|
||
Comment on attachment 78218 [details] [diff] [review]
Patch v.1
Plausible, and works. 2 x r=afranke.
Thanks, ddk, now I can get some useful output from this script :-)
Attachment #78218 -
Flags: review+
Comment 3•24 years ago
|
||
Checking in runtests.sh;
/cvsroot/mozilla/webtools/bugzilla/runtests.sh,v <-- runtests.sh
new revision: 1.5; previous revision: 1.4
done
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•