branch: elpa/pacmacs
commit 784b5c60e44344e3ad26c0e2234d392e072ae8c2
Merge: ffc0195b9a ad5cdc8efd
Author: Alexey Kutepov <[email protected]>
Commit: Alexey Kutepov <[email protected]>
Merge pull request #177 from codingteam/qfix/broken-att-script
Fix stupid typos and mistakes
---
.gitignore | 3 ++-
tools/att.el | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 07981c7a56..69eff93d41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
.cask/
dist/
-*.elc
\ No newline at end of file
+*.elc
+att.txt
\ No newline at end of file
diff --git a/tools/att.el b/tools/att.el
index 8a3902c68e..8a18585c8d 100644
--- a/tools/att.el
+++ b/tools/att.el
@@ -10,8 +10,8 @@
(defun att-replayer-finished ()
(f-write (format "Average Tick Time: %fms" (pacmacs--average-tick-time))
'utf-8
- att--result-file-path)
+ att-result-file-path)
(kill-emacs 0))
-(add-hook 'pacmacs-replay-finished-hook #'performance-replayer-finished)
+(add-hook 'pacmacs-replay-finished-hook #'att-replayer-finished)
(pacmacs--start-it-replayer att-it-case-path)