mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 08:56:58 -06:00
5 lines
114 B
Bash
Executable File
5 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
pushd example 2>/dev/null
|
|
flutter test -r expanded integration_test/app_test.dart $@
|
|
popd 2>/dev/null
|