summaryrefslogtreecommitdiffstats
path: root/run_tests
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests')
-rwxr-xr-xrun_tests3
1 files changed, 0 insertions, 3 deletions
diff --git a/run_tests b/run_tests
index 30e7b55a..9f19e2e2 100755
--- a/run_tests
+++ b/run_tests
@@ -1,5 +1,4 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2# -*- coding:utf-8 -*-
3# Copyright 2019 The Android Open Source Project 2# Copyright 2019 The Android Open Source Project
4# 3#
5# Licensed under the Apache License, Version 2.0 (the "License"); 4# Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,8 +15,6 @@
16 15
17"""Wrapper to run pytest with the right settings.""" 16"""Wrapper to run pytest with the right settings."""
18 17
19from __future__ import print_function
20
21import errno 18import errno
22import os 19import os
23import shutil 20import shutil