jenkins.sh: drop obsolete VOL_SUITE_DIR

Subdirs' jenkins.sh scripts create their own subdirs without exception.

Change-Id: Iaf428cde0f4d3efbdb31d7af434aa82425c1bc5f
This commit is contained in:
Neels Hofmeyr 2018-04-09 15:57:35 +02:00 committed by Neels Hofmeyr
parent 588da83011
commit 9f5131ab9d
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ SUITE_NAME=`basename $PWD`
NET_NAME=$SUITE_NAME
VOL_BASE_DIR=`mktemp -d`
VOL_SUITE_DIR=$VOL_BASE_DIR/$SUITE_NAME
mkdir $VOL_SUITE_DIR
rm -rf $WORKSPACE/logs || /bin/true
mkdir -p $WORKSPACE/logs