From: Michal Nowak Date: Thu, 10 Dec 2020 12:53:44 +0000 (+0100) Subject: Drop stopall.sh X-Git-Tag: v9.19.0~141^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c03d814ed50364bdf2ce7379b86887c8ee8b134;p=thirdparty%2Fbind9.git Drop stopall.sh stopall.sh script takes almost 2 minutes to go thru all test subdirectories (due to a sleep in stop.pl) and does not seems to be efficient way to stop manually started tests. --- diff --git a/bin/tests/system/stopall.sh b/bin/tests/system/stopall.sh deleted file mode 100644 index 8eaa9d986c1..00000000000 --- a/bin/tests/system/stopall.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") -# -# SPDX-License-Identifier: MPL-2.0 -# -# 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 https://mozilla.org/MPL/2.0/. -# -# See the COPYRIGHT file distributed with this work for additional -# information regarding copyright ownership. - -# -# Stop all hanging processes from any system tests. -# - -. ./conf.sh - -for d in $SUBDIRS -do - $SHELL stop.sh $d -done