diff --git a/scripts-new/check-all.sh b/scripts-new/check-all.sh index ef6c63e13..b4f16eb7a 100644 --- a/scripts-new/check-all.sh +++ b/scripts-new/check-all.sh @@ -43,12 +43,17 @@ for binary in "${!binaries[@]}"; do fi done - for binary in "${!binaries[@]}"; do expected_count=${binaries[$binary]} - full_path=$(get_bin_full_path "$binary") - check_binary_ports "$full_path" + base_path=$(get_bin_full_path "$binary") + + for ((i=0; i "test.log" 2>&1 & + nohup "$bin_full_path" -i "$i" -c "$OPENIM_OUTPUT_CONFIG" > "test.log" 2>&1 & done done