From d280970e25201ca08fe80a8a9078ca5cff84dec9 Mon Sep 17 00:00:00 2001 From: lifeng68 Date: Tue, 7 Jul 2020 10:07:55 +0800 Subject: [PATCH] CI: remove test/test.sh scripts Signed-off-by: lifeng68 --- test/test.sh | 335 --------------------------------------------------- 1 file changed, 335 deletions(-) delete mode 100755 test/test.sh diff --git a/test/test.sh b/test/test.sh deleted file mode 100755 index 62ca24e..0000000 --- a/test/test.sh +++ /dev/null @@ -1,335 +0,0 @@ -#! /bin/bash - -#set -xe -####################################################################### -##- @Copyright (C) Huawei Technologies., Ltd. 2019. All rights reserved. -# - iSulad licensed under the Mulan PSL v2. -# - You can use this software according to the terms and conditions of the Mulan PSL v2. -# - You may obtain a copy of Mulan PSL v2 at: -# - http://license.coscl.org.cn/MulanPSL2 -# - THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR -# - IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR -# - PURPOSE. -# - See the Mulan PSL v2 for more details. -##- @Description: generate cetification -##- @Author: wujing -##- @Create: 2019-04-25 -####################################################################### - -function usage() -{ - echo "Usage: sh test.sh [OPTIONS]" - echo "Use test.sh to control unit test operation" - echo "" - echo "Misc:" - echo " -h, --help Print this help, then exit" - echo - echo "Compile Options:" - echo " -m, --cmake