mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: move smoke testing working dir
This commit is contained in:
@@ -4,12 +4,12 @@ set -e
|
||||
|
||||
clients=("Official" "YoStarJP" "YoStarEN" "YoStarKR" "txwy")
|
||||
error_clients=()
|
||||
log_dir="./install/debug"
|
||||
log_dir="./debug"
|
||||
mkdir -p "$log_dir"
|
||||
|
||||
declare -A pids
|
||||
for client in "${clients[@]}"; do
|
||||
./install/smoke_test "$client" > "$log_dir/asst_${client}.log" 2>&1 &
|
||||
./smoke_test "$client" > "$log_dir/asst_${client}.log" 2>&1 &
|
||||
pids["$client"]=$!
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user