#!/usr/bin/env sh

[ -z "$ONLY_ENV" ] && ONLY_ENV=env_single_windows

ONLY_ENV=$ONLY_ENV dev/start-tests-integration -m manual "$@"
