Skip to content

Commit

Permalink
Clean: Remove brittle test path.
Browse files Browse the repository at this point in the history
  • Loading branch information
teesloane committed May 4, 2020
1 parent 91b3bd2 commit 0e489b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions clojure/test/firn/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
[firn.config :as config]))

(def test-dir "test/firn/demo_org")
(def wiki-dir "/Users/tees/Dropbox/wiki/")
;; do not commit:
;; (def wiki-dir "/Users/tees/Dropbox/wiki/")

(defn build-test-files
[dir-to-build]
(fs/delete-dir (config/make-dir-firn dir-to-build))
(build/new-site {:dir-files dir-to-build})
(build/all-files {:dir-files dir-to-build}))

;; do not commit:
;; (build-test-files test-dir)
(build-test-files wiki-dir)
;; (build-test-files wiki-dir)

0 comments on commit 0e489b4

Please sign in to comment.