diff options
author | halil.cakal <halil.cakal@est.tech> | 2024-07-10 14:58:26 +0100 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2024-07-10 14:58:33 +0100 |
commit | d423e917b4ff02547b723b5a16efbe33bc4ae930 (patch) | |
tree | 5dcd619813db4e089a721236016bbadf09601f3b /csit | |
parent | dd1b77b906052911b4883c7fa515ca1f2f2e9fda (diff) |
Remove nginx logs that not being used anywhere
Issue-ID: CPS-2038
Change-Id: Iba8950db4f3fcfc13f32bf915189f5fcb2ccee90
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'csit')
-rwxr-xr-x | csit/run-csit.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/csit/run-csit.sh b/csit/run-csit.sh index 7f8f6b5270..93941e2163 100755 --- a/csit/run-csit.sh +++ b/csit/run-csit.sh @@ -187,10 +187,6 @@ export TESTOPTIONS="${2}" rm -rf "$WORKSPACE/archives/$TESTPLAN" mkdir -p "$WORKSPACE/archives/$TESTPLAN" -rm -rf "$WORKSPACE/nginx-log" -mkdir -p "$WORKSPACE/nginx-log" -chmod -R 755 "$WORKSPACE/nginx-log" - TESTPLANDIR="${WORKSPACE}/${TESTPLAN}" # Run installation of prerequired libraries |