diff options
author | Pjotr Prins | 2020-11-07 08:48:38 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-07 08:48:38 +0000 |
commit | 7eea5e99222166731c7e55a95f6c00928289b4b9 (patch) | |
tree | 37f979da402866dee77bd98a8ae20b227d46e4bf /.guix-test | |
parent | 50f77e0c67d2003d9f36e9ee0f3f81d9b63b04af (diff) | |
download | bh20-seq-resource-7eea5e99222166731c7e55a95f6c00928289b4b9.tar.gz bh20-seq-resource-7eea5e99222166731c7e55a95f6c00928289b4b9.tar.lz bh20-seq-resource-7eea5e99222166731c7e55a95f6c00928289b4b9.zip |
Added failing unit test: No matching triples found for predicate cc:License
Diffstat (limited to '.guix-test')
-rw-r--r-- | .guix-test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.guix-test b/.guix-test new file mode 100644 index 0000000..b7b9ab3 --- /dev/null +++ b/.guix-test @@ -0,0 +1,11 @@ +#! /bin/sh +# +# This script runs the tests in a Guix container + +GUIX_PROFILE=~/.config/guix/current +export GUILE_LOAD_PATH=$GUIX_PROFILE/share/guile/site/3.0/ +export GUILE_LOAD_COMPILED_PATH=$GUIX_PROFILE/share/guile/site/3.0/ + +ls $GUILE_LOAD_PATH + +env GUIX_PACKAGE_PATH=~/iwrk/opensource/guix/guix-bioinformatics/ $GUIX_PROFILE/bin/guix environment -C guix --ad-hoc git python python-flask python-pyyaml python-pycurl python-magic nss-certs python-pyshex python-pyyaml --network openssl python-pyshex python-pyshexc minimap2 python-schema-salad python-arvados-python-client -- python3 test/test_shex.py |