mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
fix: regression in resolving the right versions (#15430)
fix: regression in resolving right versions
commit d480022711 caused a regression in real
resolver, by picking up incorrect versionID.
This commit is contained in:
@@ -39,7 +39,7 @@ function start_minio_5drive() {
|
||||
"${MINIO[@]}" --address ":$start_port" "${WORK_DIR}/cicd-corpus/disk{1...5}" > "${WORK_DIR}/server1.log" 2>&1 &
|
||||
pid=$!
|
||||
disown $pid
|
||||
sleep 30
|
||||
sleep 5
|
||||
|
||||
if ! ps -p ${pid} 1>&2 >/dev/null; then
|
||||
echo "server1 log:"
|
||||
|
||||
Reference in New Issue
Block a user