diff options
Diffstat (limited to 'testing/instrumentation/runinstrumentation.py')
-rw-r--r-- | testing/instrumentation/runinstrumentation.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/instrumentation/runinstrumentation.py b/testing/instrumentation/runinstrumentation.py new file mode 100644 index 0000000000..5a329d0080 --- /dev/null +++ b/testing/instrumentation/runinstrumentation.py @@ -0,0 +1,10 @@ +#!/usr/bin/env python + +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +import sys + +if __name__ == "__main__": + sys.exit(1) |