Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 23b2491

Browse files
committed
test(e2e): use DARTIUM_BIN instead of DARTIUM
This is in line with karma.conf.js. See also chirayuk/protractor_dart#2
1 parent 8fd6e03 commit 23b2491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_e2e/configQuery.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ function getDartiumBinary() {
2222
if (!condition) throw "Unable to locate Dartium. Please set the DARTIUM environment variable.";
2323
};
2424

25-
if (env.DARTIUM) {
26-
return env.DARTIUM;
25+
if (env.DARTIUM_BIN) {
26+
return env.DARTIUM_BIN;
2727
}
2828
var platform = require('os').platform();
2929
var DART_SDK = env.DART_SDK;

0 commit comments

Comments
 (0)