mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
81f562dc38
If the CONF_XML environment variable is set, use that conf.xml file instead of the standard $PAPARAZZI_HOME/conf/conf.xml Meaning you can run tests for a different conf without changing the conf.xml symlink, e.g. ``` CONF_XML=$PAPARAZZI_HOME/conf/conf_tests.xml prove tests/examples ```