--- loncom/build/verify.pl 2001/12/06 23:13:47 1.2 +++ loncom/build/verify.pl 2001/12/07 04:44:11 1.3 @@ -3,7 +3,7 @@ # The LearningOnline Network with CAPA # verify.pl - Wraps around filecompare.pl for posteval lpml statements. # -# $Id: verify.pl,v 1.2 2001/12/06 23:13:47 harris41 Exp $ +# $Id: verify.pl,v 1.3 2001/12/07 04:44:11 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -67,6 +67,12 @@ if ($mode eq 'file') { elsif ($existence eq 'existence: yes:no') { print "[DOES NOT EXIST AT TARGET]\n"; } + elsif ($existence=~/^existence: no/) { + print "[DOES NOT EXIST AT SOURCE]\n"; + if ($existence eq 'existence: no:no') { + print "[DOES NOT EXIST AT TARGET]\n"; + } + } } } elsif ($mode eq 'link') {