Commit 3cdad2d0 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: hotfix: stability

 -- adding sudo apt-get update for all variants
Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 12a4de37
...@@ -273,7 +273,8 @@ then ...@@ -273,7 +273,8 @@ then
echo "sudo apt-get --yes install zip cppcheck >> zip-install.txt 2>&1" >> $VM_CMDS echo "sudo apt-get --yes install zip cppcheck >> zip-install.txt 2>&1" >> $VM_CMDS
else else
echo "echo \"sudo apt-get --yes --quiet install zip subversion libboost-dev \"" >> $VM_CMDS echo "echo \"sudo apt-get --yes --quiet install zip subversion libboost-dev \"" >> $VM_CMDS
echo "sudo apt-get --yes install zip subversion libboost-dev > zip-install.txt 2>&1" >> $VM_CMDS echo "sudo apt-get update > zip-install.txt 2>&1" >> $VM_CMDS
echo "sudo apt-get --yes install zip subversion libboost-dev >>> zip-install.txt 2>&1" >> $VM_CMDS
fi fi
echo "mkdir tmp" >> $VM_CMDS echo "mkdir tmp" >> $VM_CMDS
echo "cd tmp" >> $VM_CMDS echo "cd tmp" >> $VM_CMDS
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<th>Test Name</th> <th>Test Name</th>
<th>Result</th> <th>Result</th>
<th>Time</th> <th>Time</th>
<th>Description</th>
</tr> </tr>
<!--Get all the other rows--> <!--Get all the other rows-->
<xsl:for-each select="testsuites/testsuite/testcase"> <xsl:for-each select="testsuites/testsuite/testcase">
...@@ -52,6 +53,9 @@ ...@@ -52,6 +53,9 @@
<td> <td>
<xsl:value-of select="@time"/> <xsl:value-of select="@time"/>
</td> </td>
<td>
<xsl:value-of select="@description"/>
</td>
</tr> </tr>
</xsl:for-each> </xsl:for-each>
</table> </table>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment