Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • caosdb/src/caosdb-pyinttest
1 result
Show changes
Commits on Source (2)
......@@ -135,9 +135,9 @@ test:
# the pyinttest docker writes the return value of the tests into the
# file result
- /bin/sh ./run.sh
- cd ..
- docker logs docker_caosdb-server_1 &> ../caosdb_log.txt
- docker logs docker_sqldb_1 &> ../mariadb_log.txt
- cd ..
- docker-compose -f .docker/docker-compose.yml down
- rc=`cat .docker/result`
- echo mariadb:$(docker image ls mariadb | grep mariadb | awk '{print $2}')
......