aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-12-21 00:28:57 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-12-21 00:28:57 +0200
commit7aa314368f1f9d56818aebf8ab9dc669a713e7bb (patch)
treeca14a3316ac45b28392f5f103aa30ded57f74c69 /run_tests.py
parentc7f788e1846082a870dde58d15b355f9aa2cb4a7 (diff)
downloadmeson-7aa314368f1f9d56818aebf8ab9dc669a713e7bb.zip
meson-7aa314368f1f9d56818aebf8ab9dc669a713e7bb.tar.gz
meson-7aa314368f1f9d56818aebf8ab9dc669a713e7bb.tar.bz2
Some merge conflicts are logical. Such as this one was.
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index baaad59..5ba41bd 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import subprocess, sys
+import subprocess, sys, shutil
from mesonbuild import mesonlib
if __name__ == '__main__':