1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/alacritty
Christian Duerr 165246f50a
Fix saving of ref tests
Since ref tests were only stored whenever winit requested the window
close, they would not get stored properly when the terminal was closed
through Alacritty using `exit`, Ctrl+D or similar.

This moves the ref test code to the and of the main entry point, which
will always be executed regardless of how the terminal was shutdown.
2019-07-07 14:51:11 +00:00
..
src Fix saving of ref tests 2019-07-07 14:51:11 +00:00
build.rs Fix build without git 2019-06-06 18:46:32 +00:00
Cargo.toml Fix saving of ref tests 2019-07-07 14:51:11 +00:00