[FEATURE] Auto Oasis Test

This commit is contained in:
Dunemask 2024-02-15 18:01:45 -07:00
parent 53ffe7cfe9
commit ee47f45ec9

View file

@ -34,11 +34,11 @@ runs:
env_len=${#env_list[@]}
# Ensure lengths match
if [ "$path_len" != "$env_len" ];
then
echo "Input must match the output!"
exit 1;
fi
# if [ "$path_len" != "$env_len" ];
# then
# echo "Input must match the output!"
# exit 1;
# fi
# For each environment
for i in "${!path_list[@]}";