| Index: mojo/tools/mojob.py
|
| diff --git a/mojo/tools/mojob.py b/mojo/tools/mojob.py
|
| index 39cb793343bce5ac73752f2e7800b1fc50436d5f..50a837a637319fc6d2b77248d4f51f23cb35cb51 100755
|
| --- a/mojo/tools/mojob.py
|
| +++ b/mojo/tools/mojob.py
|
| @@ -281,10 +281,6 @@ def main():
|
| help='Run Python unit tests (does not build).')
|
| pytest_parser.set_defaults(func=_pytest)
|
|
|
| - nacltest_parser = subparsers.add_parser('nacltest', parents=[parent_parser],
|
| - help='Run NaCl unit tests (does not build).')
|
| - nacltest_parser.set_defaults(func=lambda config: 0)
|
| -
|
| args = parser.parse_args()
|
| global _verbose_count
|
| _verbose_count = args.verbose_count
|
|
|