Lines Matching +full:docker +full:- +full:test +full:- +full:debug
3 # Docker test runner
12 # the top-level directory.
14 if test -n "$V"; then
15 set -x
23 if test -n "$J"; then
24 export MAKEFLAGS="$MAKEFLAGS -j$J"
28 export TEST_DIR=/tmp/qemu-test
29 mkdir -p $TEST_DIR/{src,build,install}
32 tar -C $TEST_DIR/src -xf $BASE/qemu.tar || { echo "Failed to untar source"; exit 2; }
34 if test -n "$SHOW_ENV"; then
35 if test -f /packages.txt; then
49 cd "$QEMU_SRC/tests/docker"
53 if test -z "$DEBUG"; then
57 # DEBUG workflow
60 echo "* Hit Ctrl-D to continue, or type 'exit 1' to abort"
62 env bash --noprofile --norc
66 elif test -n "$DEBUG"; then
69 echo "* Hit Ctrl-D to exit"
72 env bash --noprofile --norc && exit 1