Skip to content

Commit 917c0a1

Browse files
committed
debug for windows test
1 parent 53315be commit 917c0a1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/test/clojure/clojure/tools/build/tasks/test_uber.clj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,20 @@
196196
(slurp (project-path "j2/append.txt")))
197197
(slurp (project-path "target/unzip/append.txt"))))
198198

199+
(println "j1: " (slurp (project-path "j1/META-INF/LICENSE.txt")))
200+
(println "j2: " (slurp (project-path "j2/META-INF/LICENSE.txt")))
201+
(println "j3: " (slurp (project-path "j3/META-INF/LICENSE.txt")))
202+
(println "unzip: " (slurp (project-path "target/unzip/META-INF/LICENSE.txt")))
203+
199204
;; LICENSE files append but no dupes - include j1 and j2, but not j3 (dupe of j1)
200205
(is (= (str (slurp (project-path "j1/META-INF/LICENSE.txt")) (System/lineSeparator)
201206
(slurp (project-path "j2/META-INF/LICENSE.txt")))
202207
(slurp (project-path "target/unzip/META-INF/LICENSE.txt"))))))
203208

209+
(comment
210+
(test-conflicts-but-files)
211+
)
212+
204213
(deftest test-case-sensitive-dir-file-collision
205214
(with-test-dir "test-data/case-sensitive-collision"
206215
(api/set-project-root! (.getAbsolutePath *test-dir*))

0 commit comments

Comments
 (0)