Skip to content
Snippets Groups Projects
Commit d7537e93 authored by florian's avatar florian
Browse files

MAINT: Add caosdb_client.json for tests

parent 977df490
No related branches found
No related tags found
1 merge request!7ENH: Implement queries and entity retrieval
...@@ -100,6 +100,7 @@ test: ...@@ -100,6 +100,7 @@ test:
script: script:
- .docker/install_cpplib.sh - .docker/install_cpplib.sh
- export LD_LIBRARY_PATH=/root/.local/lib:$LD_LIBRARY_PATH - export LD_LIBRARY_PATH=/root/.local/lib:$LD_LIBRARY_PATH
- export CAOSDB_CLIENT_CONFIGURATION=$(pwd)/.docker/caosdb_client.json
# Let's run the tests. Substitute `coverage = false` below, if you # Let's run the tests. Substitute `coverage = false` below, if you
# do not want coverage results. # do not want coverage results.
- julia -e 'using Pkg; Pkg.add(path=pwd()); - julia -e 'using Pkg; Pkg.add(path=pwd());
......
...@@ -216,4 +216,6 @@ include("Connection.jl") ...@@ -216,4 +216,6 @@ include("Connection.jl")
module Entity end module Entity end
module Transaction end
end # CaosDB end # CaosDB
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment