Skip to content

Commit 5fc0f9e

Browse files
committed
libs tests: move work back under target dir
Refactor-nrepl has addressed clojure-emacs/refactor-nrepl#346 which allows us to move our test-libs work back under our general purpose build target/ dir.
1 parent 7f74efb commit 5fc0f9e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/log
1313
/node_modules
1414
/target
15-
/test-libs-work/
1615
/fiddle.clj
1716
/faddle.clj
1817
/fiddle/

script/test_libs.clj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,7 @@
470470
(defn run-tests [requested-libs]
471471
(status/line :head "Testing 3rd party libs")
472472
(status/line :detail "Test popular 3rd party libs against current rewrite-clj.")
473-
(let [;; target root was "target/libs-test" but refactor-nrepl tests now fails if anywhere under target
474-
;; will move back under target if that changes
475-
;; see: https://github.com/clojure-emacs/refactor-nrepl/issues/346
476-
target-root-dir "test-libs-work"]
473+
(let [target-root-dir "target/test-libs"]
477474
(status/line :detail "Requested libs: %s" (into [] (map :name requested-libs)))
478475
(let [canary-version (install-local)]
479476
(prep-target target-root-dir)

0 commit comments

Comments
 (0)