diff options
| author | David Aspinall | 2011-01-26 17:44:26 +0000 |
|---|---|---|
| committer | David Aspinall | 2011-01-26 17:44:26 +0000 |
| commit | acff75262d99f292c3a198c694812906557ef9ec (patch) | |
| tree | 3c10a9881092e2b702c02dcedbe2a47926505484 | |
| parent | ce33cfa2f79fb1af84ebadec16bac2a53f38d6c9 (diff) | |
Add autotest start
| -rw-r--r-- | isar/isar-autotest.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isar/isar-autotest.el b/isar/isar-autotest.el index 461e1611..4207d28a 100644 --- a/isar/isar-autotest.el +++ b/isar/isar-autotest.el @@ -23,6 +23,8 @@ (unless noninteractive + (pg-autotest start) ; can add 'debug flag for debug-on-error + (pg-autotest log ".autotest.log") ; convention (pg-autotest timestart 'total) |
