Skip to content

Commit 5635f2e

Browse files
author
Andras Fekete
committed
Don't need to install
1 parent 5a39d0d commit 5635f2e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

scripts/test-openssl.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,6 @@ if [ $? != 0 ]; then
296296
do_cleanup
297297
exit 1
298298
fi
299-
make install &>> $LOG_FILE
300-
if [ $? != 0 ]; then
301-
tail -n 20 $LOG_FILE
302-
do_cleanup
303-
exit 1
304-
fi
305299

306300
# Start with returning success
307301
FAIL_CNT=0

0 commit comments

Comments
 (0)