Chromium Code Reviews| Index: tool/browser_test.sh |
| diff --git a/tool/browser_test.sh b/tool/browser_test.sh |
| index a6bf1365916bab5823371b87c7d78f2256f6cc28..fe4d8e5a4a310f7c7ab7d184f300e2461f5788d6 100755 |
| --- a/tool/browser_test.sh |
| +++ b/tool/browser_test.sh |
| @@ -35,5 +35,6 @@ fi |
| find test/codegen/expect/language/ -name "*.js" | sort | xargs cat > test/codegen/expect/language-all.js |
| find test/codegen/expect/lib/typed_data/ -name "*.js" | sort | xargs cat > test/codegen/expect/lib-typed_data-all.js |
| +find test/codegen/expect/lib/html/ -name "*.js" | sort | xargs cat > test/codegen/expect/lib-html-all.js |
|
vsm
2016/04/28 19:09:21
This is now obsolete. We run the individual files
Jacob
2016/04/28 19:30:21
Done.
|
| npm install |
| npm test |