Instead of being in the src directory. Forcing the working directory to
src is convenient to run unittests individually without the need to
change directory, but it is confusing to the user.
Signed-off-by: Loic Dachary <ldachary@redhat.com>
if test "$script" = "bash" ; then
$cmd --tty --interactive --workdir $downstream $user $dev $image bash
else
- if ! $cmd --workdir $downstream/src $user $dev $image "$@" ; then
+ if ! $cmd --workdir $downstream $user $dev $image "$@" ; then
status=1
fi
fi