mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
5 lines
114 B
Bash
5 lines
114 B
Bash
|
#!/bin/bash
|
||
|
pushd example 2>/dev/null
|
||
|
flutter test -r expanded integration_test/app_test.dart $@
|
||
|
popd 2>/dev/null
|