Browse Source

Testrunner fix for --minify removal

pull/899/head
Sami Vaarala 8 years ago
parent
commit
9fd3f1ba2d
  1. 3
      testrunner/client-simple-node/run_commit_test.py

3
testrunner/client-simple-node/run_commit_test.py

@ -644,8 +644,7 @@ def context_helper_hello_ram(archopt):
execute([ 'make', 'clean' ]) execute([ 'make', 'clean' ])
execute([ execute([
'python2', os.path.join(cwd, 'util', 'make_dist.py'), 'python2', os.path.join(cwd, 'util', 'make_dist.py'),
'--rom-support', '--rom-support'
'--minify', 'closure'
]) ])
genconfig_dist_src(genconfig_opts) genconfig_dist_src(genconfig_opts)
execute([ execute([

Loading…
Cancel
Save