[run] Platform

Add platform for run
This commit is contained in:
Alexander.Trofimov
2020-01-14 15:14:10 +03:00
parent af7101844a
commit 8b9f07e46e

View File

@ -14,6 +14,6 @@ def run_integration_example():
base.print_info('run integration example')
base.run_nodejs(['bin/www'])
base.set_env('NODE_ENV', 'development-windows')
base.set_env('NODE_ENV', 'development-' + base.host_platform())
run_integration_example()