Skip to content

client/console: don't fail writing history file when ~ is deleted

Jérome Perrin requested to merge fix/at-exit-test-failures into master

In test suite $HOME directory will be deleted and this fails in atexit, polluting the test ouput with tracebacks from ignored errors.

Merge request reports