sbuild --starting-build-commands='%SBUILD_SHELL' -d unstable hello
With the schroot backend I have this in order to check that the schroot is well setup.
schroot -d / -c <schrootName> -- test -d <chrootDir>It means thaht I could have a test whcih rely only on sbuild and could be independant of the backend :)).
I will test it and report :). thanks Fred

