mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-22 06:36:58 -04:00
5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
vagrant ssh-config > ssh_config
|
|
./run_tests.py $@ *.test
|
|
rm -f ssh_config
|