mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
7e14a2077d
commit
5119e71d41
@ -82,6 +82,8 @@ def main():
|
|||||||
if not application_path:
|
if not application_path:
|
||||||
print 'ERROR: {0} not found!'.format(APPLICATION)
|
print 'ERROR: {0} not found!'.format(APPLICATION)
|
||||||
return 2
|
return 2
|
||||||
|
if not os.path.isfile('./bin/extcmd_test'):
|
||||||
|
execute_command('make', shell=True)
|
||||||
|
|
||||||
# Commandline preparation
|
# Commandline preparation
|
||||||
command_options = []
|
command_options = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user