summaryrefslogtreecommitdiffstats
path: root/ml/dlib/docs/testenv_rel
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /ml/dlib/docs/testenv_rel
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ml/dlib/docs/testenv_rel')
-rwxr-xr-xml/dlib/docs/testenv_rel24
1 files changed, 0 insertions, 24 deletions
diff --git a/ml/dlib/docs/testenv_rel b/ml/dlib/docs/testenv_rel
deleted file mode 100755
index fff4a7be1..000000000
--- a/ml/dlib/docs/testenv_rel
+++ /dev/null
@@ -1,24 +0,0 @@
-#/bin/sh
-#
-#This script checks to make sure all the commands we need are
-#present
-
-return_error()
-{
- echo "Error, can't run the $1 command"
- exit 1
-}
-
-./testenv
-
-echo Testing environment for needed release building utilities
-
-
-#flip -h > /dev/null || return_error "flip";
-unix2dos -h &> /dev/null || return_error "unix2dos";
-#wine --help &> /dev/null || return_error "wine";
-
-
-echo All needed utilities found
-exit 0
-