Actions
Bug #12176
closedutil-tests: need ctf commands on path and C locale
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
naive run of util-tests has failed tests:
1. ctf tests were failing because precheck did not find needed tools
2. printf and libnvpair tests failed because of number formats - not all locales have '.' for decimal separator.
Testing done: all tests pass with this fix.
Updated by Electric Monk over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit a1cdd5a67f3bf3e60db3f3a77baef63640ad91a4
commit a1cdd5a67f3bf3e60db3f3a77baef63640ad91a4 Author: Toomas Soome <tsoome@me.com> Date: 2020-01-10T07:33:52.000Z 12176 util-tests: need ctf commands on path and C locale Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions