Clément Lassieur <[email protected]> skribis: > Clément Lassieur <[email protected]> writes: > >> These examples fail: >> >> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm >> --database=test.db >> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm >> --database=test.db >> ./pre-inst-env cuirass --specifications=examples/random-jobs.scm >> --database=test.db >> >> Clément > > In fact, those three files were not example specs, they were used by > other specs. Sorry for the noise :-)
Indeed. :-) One thing that works well for testing is this: ./pre-inst-env cuirass -D test.db -S examples/random.scm Ludo’.
