Rev 6653 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6348 | bpr | 1 | !reset validate_out |
2 | !reset test_validate |
||
3 | |||
6444 | bpr | 4 | !filewrite getfile/last.html |
6506 | bpr | 5 | test_validate=!sh sed -e '1,5d' < $wims_home/s2/$(wims_session)_test/last.html > $wims_home/sessions/$(wims_session)/getfile/last.html |
6348 | bpr | 6 | |
6444 | bpr | 7 | !if $validator_address!=$empty and $validation_ask!=$empty |
9906 | bpr | 8 | validate_out=!sh perl scripts/adm/validation/validator.pl $wims_home/sessions/$(wims_session)/getfile/last.html "$validator_address" |
6348 | bpr | 9 | !endif |
6653 | bpr | 10 | !if $validate_out=$empty and $wims_exec_error!=$empty |
11 | validate_out=$name_validation_message |
||
12 | !endif |