The RECONSTRUCTION mode session starts with the following command:
maze [ -p pid ] [ -R run_num ] [ -d dir ]
-p pid | pid is the process id of the TEST session to be reproduced. By default, maze picks the most recent TEST session. |
-R run_num | run_num is the run number to be reproduced. By default, run_num is the last run in the TEST session. |
-d dir | dir is a valid directory name. Maze looks for the TEST session data in the directory dir/.maze/pid/. By default, dir is the run directory. |
Example:
The RECONSTRUCTION mode session reproducing run #5 from the most recent of all TEST sessions stored under /foo/bar/.maze is initiated by
$ maze -R 5 -d /foo/bar