| Index: mojo/tools/mojob.sh
|
| diff --git a/mojo/tools/mojob.sh b/mojo/tools/mojob.sh
|
| index 26ed2cc8206aa46193003919266b1c60389f3591..5871887a4991b95ebb12cee7596784e14d1f29da 100755
|
| --- a/mojo/tools/mojob.sh
|
| +++ b/mojo/tools/mojob.sh
|
| @@ -50,7 +50,7 @@ do_unittests() {
|
| "out/$1/mojo_system_unittests" || exit 1
|
| "out/$1/mojo_public_unittests" || exit 1
|
| "out/$1/mojo_bindings_unittests" || exit 1
|
| - "out/$1/mojo_js_bindings_unittests" || exit 1
|
| + "out/$1/mojo_js_unittests" || exit 1
|
| "out/$1/mojo_common_unittests" || exit 1
|
| "out/$1/mojo_shell_unittests" || exit 1
|
| }
|
|
|