Fix the runner. Adjust the temporary run script for a relative folder structure

This commit is contained in:
Erjan Gavalji
2015-11-02 17:54:48 +02:00
parent 9e6ce564a0
commit aec54a80e1
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module.exports = function(grunt) {
if (grunt.cli.tasks.indexOf("testsapp") || grunt.cli.tasks.indexOf("buildtestsapp")>= 0) {
if (grunt.cli.tasks.indexOf("testsapp") >= 0 || grunt.cli.tasks.indexOf("buildtestsapp")>= 0) {
var tsTester = require("./build/run-testsapp.grunt.js");
tsTester.run(grunt);
} else {