mirror of https://github.com/Icinga/icinga2.git
6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
vagrant ssh-config > ssh_config
|
||
|
./run_tests.py *.test
|
||
|
rm -f ssh_config
|