Skip to content

Commit

Permalink
ci debug: tweak [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Mar 15, 2024
1 parent 6f01264 commit edc2c08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/etaoin/api_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@
(do (println "post: safaridriver logs:")
(doseq [f (fs/list-dir safaridriver-logs)]
(println "-file->" (str f))
(println "-dump->\n" (slurp f))))
(println "post: no safaridriver logs found"))))
))))))
(println "-dump->\n" (slurp (fs/file f)))))
(println "post: no safaridriver logs found"))))))))))

(use-fixtures
:each
Expand Down

0 comments on commit edc2c08

Please sign in to comment.