mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
3 lines
60 B
Bash
3 lines
60 B
Bash
|
#!/usr/bin/env bash
|
||
|
python run.py&
|
||
|
nosetests --with-coverage
|