marking/mark01b
changeset 86 f8a781322499
parent 84 8b132f8de8c7
child 99 e10a9b2fd35a
equal deleted inserted replaced
85:fd3f8581ce85 86:f8a781322499
    37 # compilation test
    37 # compilation test
    38 echo "drumb.scala runs?" | tee -a $out
    38 echo "drumb.scala runs?" | tee -a $out
    39 
    39 
    40 if (scala_compile drumb.scala)
    40 if (scala_compile drumb.scala)
    41 then
    41 then
    42   echo "  --> success" | tee -a $out
    42   echo "  --> yes" | tee -a $out
    43   tsts=$(( 0 ))
    43   tsts=$(( 0 ))
    44 else
    44 else
    45   echo "  --> scala did not run drumb.scala" | tee -a $out
    45   echo "  --> scala did not run drumb.scala" | tee -a $out
    46   tsts=$(( 1 )) 
    46   tsts=$(( 1 )) 
    47 fi
    47 fi