kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
6 wiersze
138 B
Plaintext
6 wiersze
138 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
||
|
docker-compose -f $DIR/test.yml run test python manage.py test "$@"
|