Pārlūkot izejas kodu

grunt: rename the output of the amber_test_runner from run.js to amber_test_runner.js

Manfred Kroehnert 11 gadi atpakaļ
vecāks
revīzija
a8138815be
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      grunt.js

+ 1 - 1
grunt.js

@@ -83,7 +83,7 @@ module.exports = function(grunt) {
         'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser',
         'SUnit',
         'Kernel-Tests', 'Compiler-Tests', 'SUnit-Tests'],
-        output_name: 'run'
+        output_name: 'amber_test_runner'
       },
       amber_dev: {
         working_dir: 'js',