[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fixup typo in existing test which should prevent...
    Holger Levsen (@holger) 
    gitlab at salsa.debian.org
       
    Wed Jun 28 20:30:04 BST 2023
    
    
  
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f9060a4d by Holger Levsen at 2023-06-28T21:29:45+02:00
reproducible Debian: fixup typo in existing test which should prevent builtin-pho problems from causing the dashboard job to fail
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -310,7 +310,7 @@ update_buildinfo_stats() {
 		HITS=$( grep $DATE $STATS | awk -F',' '{print $2}')
 		MISSING=$( grep $DATE $STATS | awk -F',' '{print $3}')
 		# only if we have results…
-		if [ -n "HITS" ] ; then
+		if [ -n "$HITS" ] ; then
 			query_db "INSERT INTO ${TABLE[10]} VALUES ('$DATE', '$SUITE', '$ARCH', $HITS, $MISSING)"
 		fi
 		# force regeneration of existing image
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f9060a4d89b013457448b9a40603861f95e385bd
-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f9060a4d89b013457448b9a40603861f95e385bd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230628/617da148/attachment.htm>
    
    
More information about the Qa-jenkins-scm
mailing list