1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-03-12 17:06:37 -04:00
veilid/veilid-flutter/debug_integration_tests.sh
2024-03-27 17:53:51 -05:00

5 lines
101 B
Bash
Executable File

#!/bin/bash
pushd example 2>/dev/null
flutter run integration_test/app_test.dart $@
popd 2>/dev/null