Skip to content
Snippets Groups Projects

Tests for multiple white space chars after `FROM`

Merged Timm Fitschen requested to merge f-double-white-space into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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}')
Loading