Skip to content

Commit b584fa7

Browse files
committed
fix build
1 parent 66352e9 commit b584fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ _.each(testable, function([dir,name]) {
7575
let fullname = dir + name;
7676
if(fs.statSync(fullname).isDirectory() && fs.existsSync(path.join(fullname, "package.json"))) {
7777
console.log("*** Executing npm run selenium for "+fullname);
78-
exec('npm run selenium -- --count 1 --fork false --framework ' + name, {
78+
exec(`npm run bench ${dir}/${name} -- --count 1 --fork false --noResults`, {
7979
cwd: "webdriver-ts",
8080
stdio: 'inherit'
8181
});

0 commit comments

Comments
 (0)