mirror of
https://github.com/Icinga/icinga2.git
synced 2025-06-18 04:30:17 +02:00
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
vagrant ssh-config > ssh_config
|
|
./run_tests.py $@ *.test
|
|
rm -f ssh_config
|