mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-10-18 00:33:09 +08:00
Added option for updating a CSV file with test results
This is mostly for the bench runner which will contain more interesting results besides just pass/fail.
This commit is contained in:
@@ -600,6 +600,8 @@ def main(path='-', *,
|
||||
time.sleep(sleep)
|
||||
if not keep_open:
|
||||
break
|
||||
# don't just flood open calls
|
||||
time.sleep(sleep)
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
else:
|
||||
@@ -618,6 +620,8 @@ def main(path='-', *,
|
||||
event.set()
|
||||
if not keep_open:
|
||||
break
|
||||
# don't just flood open calls
|
||||
time.sleep(sleep)
|
||||
done = True
|
||||
|
||||
th.Thread(target=parse, daemon=True).start()
|
||||
|
Reference in New Issue
Block a user