Merge: tests: add --autosav to automatically update the sav directory.
authorJean Privat <jean@pryen.org>
Wed, 15 Apr 2015 03:33:59 +0000 (10:33 +0700)
committerJean Privat <jean@pryen.org>
Wed, 15 Apr 2015 03:33:59 +0000 (10:33 +0700)
commitd78b0c5273bd3d8547b1f3c6afa84c5a0fc0e8a0
tree667f60659a60eefbdb6b1a0d030df9668d492806
parent57d544c0943f05c901cfb9554512ee1f047e9af0
parente41ede01c01d938f1c6049b486a055a108a4617c
Merge: tests: add --autosav to automatically update the sav directory.

Advantages:

* avoid manual error-prone update (especially on large tests)
* diffs on the sav/ files may be easier to see with git tools

Drawbacks:

* the wrong sav dir can by used for specific engines/uname/etc.
* manual inspection still required

Is used for #1253 because manual updates are a PITA

Pull-Request: #1258
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>