mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-24 09:50:16 -06: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
|