On Thu, Jan 07, 2021 at 04:37:01PM +0800, Wu Fengguang wrote:
On Thu, Jan 07, 2021 at 04:12:19PM +0800, Hu Xuejiao wrote:
[why] seq: invalid floating point argument: 100x
There are a lot of such suffixes. We should have a general way of handling them in LKP.
wfg@crystal ~/lkp-tests% cat params/iterations /(\d+)x/ $1.to_i
Looks that support is somehow not working. Please help fix it and write test case to ensure it work in future.
Thanks, Fengguang