-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
sles11
-
-
2.1.2
version 1.6.0
I think this is a problem for both the docu AND software.
I tried this: ${ROBOT_PASSPERCENTAGE, onlyCritical} ${ROBOT_PASSPERCENTAGE, true} ${ROBOT_PASSPERCENTAGE, True} and also without the space: ${ROBOT_PASSPERCENTAGE,onlyCritical} ${ROBOT_PASSPERCENTAGE,true} ${ROBOT_PASSPERCENTAGE,True}
in all attempts the veriable is not replaced.
this works:
${ROBOT_PASSPERCENTAGE}
but obviously contains non critical in the total.
Damn. I havent touched the email notification part so far. It might be a while before I have time to look at this closer. Pull requests are welcome if someone has an idea how to fix this.