Rev 3996 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3996 | Rev 3997 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | test=!sh cd $wims_home/log/classes/$qclass/src\ |
23 | test=!sh cd $wims_home/log/classes/$qclass/src\ |
24 | ls $qexo.oef |
24 | ls $qexo.oef |
25 | 25 | ||
26 | 26 | ||
27 | !if $qexo.oef notin $test |
27 | !if $qexo.oef notin $test |
28 | error=Sorry, this |
28 | error=Sorry, this exercise '$qexo' does not exists in your class ! Cet exercice est introuvable dans votre classe. |
29 | !exit |
29 | !exit |
30 | !endif |
30 | !endif |