From 3569d92385be9069acc53859cc5e3a048e47e26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 9 Jan 2021 00:58:39 +0200 Subject: [PATCH] Remove script/test (#44967) It's still referencing tox py36, which has been obsolete for over a year. --- script/test | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 script/test diff --git a/script/test b/script/test deleted file mode 100755 index 8c4688a4d65..00000000000 --- a/script/test +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# Executes the tests with tox. - -cd "$(dirname "$0")/.." - -tox -e py36