Quoting Sukadev Bhattiprolu (sukadev@xxxxxxxxxxxxxxxxxx): > +++ b/process-tree/run-pthread2.sh > @@ -0,0 +1,206 @@ > +#!/bin/bash > + > +source ../common.sh > + > +#dir=`mktemp -p . -d -t cr_pthread2_XXXXXXX` || (echo "mktemp failed"; exit 1) > +dir=cr_pthread2 Note that this means we won't be able to run multiple instances in parallel. Why did you need to do this? -serge _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers