9b77336d83
docker: exec $CMD
...
This is the last command to run (unless DEBUG), make it 'exec' to
simplify the process tree.
Signed-off-by: Fam Zheng <famz@redhat.com >
Message-Id: <1474429768-25027-10-git-send-email-famz@redhat.com >
Reviewed-by: Daniel P. Berrange <berrange@redhat.com >
2016-09-23 11:48:32 +08:00
ec960b9a73
docker: Support showing environment information
...
Add a make variable SHOW_ENV. When it's set to non empty, print the
package information and environment variables.
Signed-off-by: Fam Zheng <famz@redhat.com >
Message-Id: <1474429768-25027-8-git-send-email-famz@redhat.com >
Reviewed-by: Daniel P. Berrange <berrange@redhat.com >
2016-09-23 11:48:32 +08:00
1ad76b8af8
docker: Fix exit code if $CMD failed
...
Signed-off-by: Fam Zheng <famz@redhat.com >
Message-id: 1468934445-32183-8-git-send-email-famz@redhat.com
2016-07-20 19:19:43 +08:00
c81585130e
docker: More sensible run script
...
It is very easy to figure out current directory and bash option from the
execution, so do less in the Makefile invocation command line, and
figure both options in the script.
This makes the next patch easier.
Signed-off-by: Fam Zheng <famz@redhat.com >
Message-id: 1468934445-32183-7-git-send-email-famz@redhat.com
2016-07-20 19:19:43 +08:00
b344aa9132
docker: Add test runner
...
It's better to have a launcher for all tests, to make it easier to
initialize and manage the environment.
If "DEBUG=1" a shell prompt will show up before the test runs.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org >
Signed-off-by: Fam Zheng <famz@redhat.com >
Message-id: 1464755128-32490-7-git-send-email-famz@redhat.com
2016-06-01 17:27:35 +08:00