lib tests: include new babashka/process exec tests (#1566)

see https://github.com/babashka/process/pull/131#issuecomment-1558113387
This commit is contained in:
Lee Read 2023-05-29 04:00:45 -04:00 committed by GitHub
parent 0d1ffd0c9f
commit a8c9526be1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,10 +96,12 @@
;; test built-in babashka.process ;; test built-in babashka.process
(test-namespaces 'babashka.process-test) (test-namespaces 'babashka.process-test)
;; test babashka.process from source (when (= "native" (System/getenv "BABASHKA_TEST_ENV"))
#_{:clj-kondo/ignore [:duplicate-require]} ;; test babashka.process from source
(require '[babashka.process] :reload) #_{:clj-kondo/ignore [:duplicate-require]}
(test-namespaces 'babashka.process-test) (require '[babashka.process] :reload)
(System/setProperty "babashka.process.test.reload" "true")
(test-namespaces 'babashka.process-test 'babashka.process-exec-test))
;;;; final exit code ;;;; final exit code