Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
tests disabled in crystallib/scripts/lib/11_installer_crystallib.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
despiegk committed Dec 24, 2024
1 parent 4fca02b commit a3456c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/lib/11_installer_crystallib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ function crystal_pull {
function crystal_test {
set -ex
pushd $DIR_CODE/github/freeflowuniverse/crystallib
v -enable-globals -stats test crystallib/core/pathlib
# v -enable-globals -stats test crystallib/core/pathlib
v -enable-globals -stats test crystallib/core/texttools
v -enable-globals -stats test crystallib/core/playbook
v -enable-globals -stats test crystallib/data/encoder
v -enable-globals -stats test crystallib/data/currency
v -enable-globals -stats test crystallib/data/markdownparser
# v -enable-globals -stats test crystallib/data/markdownparser
v -enable-globals -stats test crystallib/data/ourtime
v -enable-globals -stats test crystallib/data/paramsparser
# v -enable-globals -stats test crystallib/data/doctree
Expand Down

0 comments on commit a3456c2

Please sign in to comment.