Comment 4 for bug 1071000

Revision history for this message
Cactus (uzi18) wrote :

in function: int i3_do_poldek_ts_install(struct poldek_ts *ts) (install.c)

...
    /* tests make sense on whole set only */
    else if (ts->getop_v(ts, POLDEK_OP_TEST, POLDEK_OP_RPMTEST, 0))
        ts->setop(ts, POLDEK_OP_PARTICLE, 0);
...

So what is best? To add option for install command --at-once or to change behavior of test? ;)