Dzahn has submitted this change and it was merged.

Change subject: Add missing done to syntax/lint checking
......................................................................


Add missing done to syntax/lint checking

Change-Id: I51ac8923ca2064c9ee9f1482283c72e493ead492
---
M files/scap/scap
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/files/scap/scap b/files/scap/scap
index 1e31cdb..362fb50 100755
--- a/files/scap/scap
+++ b/files/scap/scap
@@ -22,7 +22,7 @@
        fi
 
        # Perform syntax check
-       echo Checking syntax...
+       echo -n "Checking syntax..."
        if ( ! ( $BINDIR/lint $MW_COMMON_SOURCE/wmf-config && $BINDIR/lint 
$MW_COMMON_SOURCE/multiversion ) ); then
                echo "Found syntax errors, cannot sync."
                exit 1
@@ -35,6 +35,7 @@
                        exit 1
                fi
        done
+       echo " done"
 
        # Update the current machine so that serialization works.
        # Push wikiversions.cdb changes so mwversionsinuse, set-group-write,

-- 
To view, visit https://gerrit.wikimedia.org/r/70841
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I51ac8923ca2064c9ee9f1482283c72e493ead492
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to