Skip to content
Snippets Groups Projects
Commit 1f802423 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

STY

parent 57645bfe
No related branches found
No related tags found
1 merge request!12F safe inttest
Pipeline #11261 canceled
...@@ -31,4 +31,4 @@ RUN rm -r /git/.git \ ...@@ -31,4 +31,4 @@ RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests && mv /git/.docker/pycaosdb.ini /git/integrationtests
RUN cd /git && pip3 install .[h5-crawler] RUN cd /git && pip3 install .[h5-crawler]
WORKDIR /git/integrationtests WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh -force CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
#!/bin/bash #!/bin/bash
if [ "$1" != "-force" ] if [ "$1" != "--force" ]
then then
echo "Warning: for these tests, the whole database is deleted. Do you want to proceed? (yes/exit)" echo "Warning: For these tests, the whole database will be deleted. Do you want to proceed? (yes/Exit)"
read safety read safety
if [ -z $safety ] if [ -z $safety ]
then then
......
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