Преглед на файлове

Fixed duplicate downloads when both mocha and qunit tests run.

production
pb преди 6 години
родител
ревизия
0d91b9b7e5
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4
    3
      index.js

+ 4
- 3
index.js Целия файл

@@ -10,7 +10,6 @@ var help = '#unkown list of commands... please refer dveloper documentation for

nodeShellExec('echo', ['elxr'], { inherit : true}) //, {stdio: "inherit"}


var __runcmd = function(label){
// var child = nodeShellExec('mkdir', ['-p', label], { inherit : true} );
// console.log('Starting directory: ' + process.cwd());
@@ -23,7 +22,7 @@ var __runcmd = function(label){
// }
// child.on('close', function(){
// var options = {
// shell : true
// shell : true
// , inherit : true
// // , cwd : '' + process.cwd
// // , env : process.env
@@ -33,7 +32,9 @@ var __runcmd = function(label){
//$ "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 1" http://localhost:4200/tests/index.html?grep=loopback
nodeShellExec("C:/Program Files (x86)/Google/Chrome/Application/chrome.exe", [
"--profile-directory=Profile 1"
, 'http://localhost:4200/tests/index.html?grep=model convert ember to loopback&filter=model convert ember to loopback']);
, 'http://localhost:4200/tests/index.html?grep=model convert ember to loopback' + '&filter=none' /*+ '&filter=model convert ember to loopback'*/]);
// nodeShellExec('npm', ['init', '-y'], options);
// nodeShellExec('npm', ['init', '-y'], options);
// })
}

Loading…
Отказ
Запис