Browse Source

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

Manfred Kroehnert 11 years ago
parent
commit
a8138815be
1 changed files with 1 additions and 1 deletions
  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',