--reconfig seems to lead to --clean

Issue #85 closed
anonymous created an issue

When I use --reconfig for building, SimFactory also assumes that --clean is used, although I did not.

I build with the command

./simfactory/sim build --debug --reconfig

and after reconfiguring, SimFactory outputs

build_clean: True removeConfig: False Cleaning sim-debug

and then cleans the configuration. This should not be the case.

Keyword:

Comments (3)

  1. anonymous reporter
    • removed comment

    I found that the reason for this is that SimFactory remembers the options --reconfig and --clean in the configurations' properties.ini file. It should not do that; these are one-off options only.

  2. Log in to comment