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

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

Manfred Kroehnert преди 11 години
родител
ревизия
a8138815be
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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',