robotology / icub-tests

Contains tests for iCub robot Tests are written using the robot-testing framework
http://robotology.github.io/icub-tests/
Other
6 stars 13 forks source link

Fix plot_enabled parameter check #61

Closed gsisinna closed 2 years ago

gsisinna commented 2 years ago

As per the title, this PR contains a fix for correct plot generation following test execution.

The parameter we should check inside the .ini file is plot_enabled, and not the plot variable.

The idea is to follow this logic:

We tested with the setup and it follows the expected behavior.

cc @vvasco @valegagge

Nicogene commented 2 years ago

Merged, thanks!