LibJS: Remove extra colon in run-tests.sh output
This commit is contained in:
parent
0ba9651e6e
commit
02debd8a6d
Notes:
sideshowbarker
2024-07-19 05:13:29 +09:00
Author: https://github.com/mattco98 Commit: https://github.com/SerenityOS/serenity/commit/02debd8a6dd Pull-request: https://github.com/SerenityOS/serenity/pull/2681 Reviewed-by: https://github.com/linusg
1 changed files with 2 additions and 2 deletions
|
@ -38,11 +38,11 @@ for f in *.js; do
|
|||
else
|
||||
readarray -t split_result <<< "$result";
|
||||
|
||||
echo -ne " \033[31;1mOutput:\033[0m: "
|
||||
echo -ne " \033[31;1mOutput:\033[0m "
|
||||
echo "${split_result[0]}";
|
||||
|
||||
for (( i = 1; i < ${#split_result[@]}; i++ )); do
|
||||
echo " ${split_result[i]}"
|
||||
echo " ${split_result[i]}"
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue