lib tests: include new babashka/process exec tests (#1566)
see https://github.com/babashka/process/pull/131#issuecomment-1558113387
This commit is contained in:
parent
0d1ffd0c9f
commit
a8c9526be1
1 changed files with 6 additions and 4 deletions
|
|
@ -96,10 +96,12 @@
|
||||||
;; test built-in babashka.process
|
;; test built-in babashka.process
|
||||||
(test-namespaces 'babashka.process-test)
|
(test-namespaces 'babashka.process-test)
|
||||||
|
|
||||||
|
(when (= "native" (System/getenv "BABASHKA_TEST_ENV"))
|
||||||
;; test babashka.process from source
|
;; test babashka.process from source
|
||||||
#_{:clj-kondo/ignore [:duplicate-require]}
|
#_{:clj-kondo/ignore [:duplicate-require]}
|
||||||
(require '[babashka.process] :reload)
|
(require '[babashka.process] :reload)
|
||||||
(test-namespaces 'babashka.process-test)
|
(System/setProperty "babashka.process.test.reload" "true")
|
||||||
|
(test-namespaces 'babashka.process-test 'babashka.process-exec-test))
|
||||||
|
|
||||||
;;;; final exit code
|
;;;; final exit code
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue