-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pub run test -p dartium looks for the dartium
binary; the binary is actually named chrome
#353
Comments
As the README notes, this is intentional. We can't very well search for an executable called Once #63 is fixed, there will be a more explicit way of configuring your Dartium location. |
What about renaming the Dartium executable in dartium-linux-x64-release.zip to |
For that, I suggest opening another issue against the SDK that's more specific about what change you're asking for. |
@nex3 So you think this is a good idea? I was a bit worried that renaming anything would be out of the question. Renaming would break compatibility with previous releases, and having both |
It's not my decision. I've always thought it was a bit strange that it was called |
From @jirkadanek on October 17, 2015 17:55
I'm running dart test using the
test
package..When I execute the command above, I get the following error.
I have both dartium and dart.sdk downloaded and in PATH.
The version is 1.13.0-dev.7.0 (Wed Oct 14 06:04:50 2015) on "linux_x64"
The same issue was discussed four months ago at https://stackoverflow.com/questions/30675583/failed-to-load-dartium-when-running-test
The solution described there,
ln -s chrome dartium
in the directory where I unpacked Dartium works for me.I would expect pub run test to work without me having to create any symlinks.
Copied from original issue: dart-lang/sdk#24616
The text was updated successfully, but these errors were encountered: