Explorar o código

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

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
a8138815be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',