Skip to content

Commit b7a05c5

Browse files
committed
melting-pot: make prior success message clearer
1 parent 33eefca commit b7a05c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

melting-pot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ generateScript() {
616616
echo ' # If the build passed previously, don'\''t repeat it.' >> melt.sh
617617
echo ' test -f "$f/build.log" &&' >> melt.sh
618618
echo ' tail -n6 "$f/build.log" | grep -qF '\''[INFO] BUILD SUCCESS'\'' &&' >> melt.sh
619-
echo ' echo "[SUCCESS] $f (prior)" && continue' >> melt.sh
619+
echo ' echo "[SKIPPED] $f (already succeeded)" && continue' >> melt.sh
620620
echo >> melt.sh
621621
echo ' cd "$f"' >> melt.sh
622622
echo ' sh "$dir/build.sh" >build.log 2>&1 &&' >> melt.sh

0 commit comments

Comments
 (0)