oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
14 stars 3 forks source link

apitest works if "dep" tag is replaced by anything like "wazap" #658

Open dikim33 opened 7 years ago

dikim33 commented 7 years ago

Reported by olahaye74 on 26 Feb 2014 10:53 UTC the following incorrect line in a .apb batch script

<wazap parent="torque_config.apb" child="torque_services_up.apt"/>

works the same as the following correct one.

<dep parent="torque_config.apb" child="torque_services_up.apt"/>

apitest should report an error such as: "wazap" unknown object type at line #xy (or something similar).