HomeSort by relevance Sort by last modified time
    Searched refs:jtitle (Results 1 - 2 of 2) sorted by null

  /cts/tools/vm-tests-tf/etc/
starthosttests 142 jtitle=`echo $myline | cut -d";" -f3`
146 if [ "$selection" == "" ] || [ "$jtitle" == "$selection" ]; then
174 echo -n "<tr class=\"ok\"><td>Success</td><td>$jtitle</td>" >> $report
192 echo "<tr class=\"nok\"><td>Failure</td><td>$jtitle</td><td>" >> $report
196 echo "<tr class=\"wok\"><td>Failure</td><td>$jtitle</td><td>" >> $report
starttests 152 jtitle=`echo $myline | cut -d";" -f3`
156 if [ "$selection" == "" ] || [ "$jtitle" == "$selection" ]; then
193 echo -n "<tr class=\"ok\"><td>Success</td><td>$jtitle</td>" >> $report
211 echo "<tr class=\"nok\"><td>Failure</td><td>$jtitle</td><td>" >> $report
215 echo "<tr class=\"wok\"><td>Failure</td><td>$jtitle</td><td>" >> $report

Completed in 130 milliseconds