| From: Paul Wouters <p...@nohats.ca>

| > | I use: cd testing/pluto ; find . -name OUTPUT | xargs rm -rf ;
| > | ../utils/swantest

| > It doesn't do tests in the defined order.
| >
| > It doesn't respect TESTLIST except by accident.
| 
| Yes it does?

Sorry, I misread.  I thought that the swantest was being driven by the
xargs.

This would feel simpler and safer than the find/xargs/rm combo:
        rm -rf */OUTPUT

| > | I'm not sure if it suffers the same problem.

Good question.


| > "make clean" will interfere with this since it removes all OUTPUT
| > directories (grrr).

No it won't.
_______________________________________________
Swan-dev mailing list
Swan-dev@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-dev

Reply via email to