Created
November 12, 2021 08:41
-
-
Save bryanchriswhite/0bd2c9796708d6c6cf49591f5b1c7cb9 to your computer and use it in GitHub Desktop.
Running integration tests from dart_wormhole_william (after copying from flutter_wormhole_gui)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ flutter test ./integration_test/client/text_transfer_test.dart | |
Running "flutter pub get" in dart_wormhole_william... 630ms | |
00:00 +0: ...ole_william/integration_test/client/text_transfer_test.dart B | |
ninja: error: unknown target 'install' | |
Building Linux application... | |
00:00 +0 -1: loading /home/bwhite/Projects/flutter_wormhole_gui/dart_wormhole_william/integration_test/client/text_transfer_test.dart [E] | |
Exception: Build process failed | |
package:flutter_tools/src/base/common.dart 10:3 throwToolExit | |
package:flutter_tools/src/linux/build_linux.dart 185:5 _runBuild | |
===== asynchronous gap =========================== | |
package:flutter_tools/src/linux/build_linux.dart 77:5 buildLinux | |
===== asynchronous gap =========================== | |
package:flutter_tools/src/linux/linux_device.dart 75:5 LinuxDevice.buildForDevice | |
===== asynchronous gap =========================== | |
package:flutter_tools/src/desktop_device.dart 126:7 DesktopDevice.startApp | |
===== asynchronous gap =========================== | |
package:flutter_tools/src/test/integration_test_device.dart 53:39 IntegrationTestTestDevice.start | |
00:00 +0 -1: Some tests failed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment