This commit is contained in:
Adrien Ferrand
2019-06-21 21:15:10 +02:00
parent 2939dde029
commit 2d0eafbec0
@@ -16,7 +16,7 @@ def fetch(workspace):
'.exe' if platform.system() == 'Windows' else '')
pebble_path = _fetch_asset('pebble', suffix)
challtestsrv_path = _fetch_asset('challtestsrv', suffix)
challtestsrv_path = _fetch_asset('pebble-challtestsrv', suffix)
pebble_config_path = _build_pebble_config(workspace)
return pebble_path, challtestsrv_path, pebble_config_path