On Mon, 02/15 14:52, Alex Bennée wrote:
>
> Peter Maydell writes:
>
> > On 15 February 2016 at 14:34, Alex Bennée wrote:
> >>
> >> Fam Zheng writes:
> >>> +cd $(mktemp -d)
> >>> +mkdir build
> >>> +mkdir install
> >>> +cd build
> >>> +build_qemu --target-list=x86_64-softmmu --prefix="${pwd}/in
Peter Maydell writes:
> On 15 February 2016 at 14:34, Alex Bennée wrote:
>>
>> Fam Zheng writes:
>>> +cd $(mktemp -d)
>>> +mkdir build
>>> +mkdir install
>>> +cd build
>>> +build_qemu --target-list=x86_64-softmmu --prefix="${pwd}/install"
>
> Why restrict the target list ?
>
>>> +make check $M
On 15 February 2016 at 14:34, Alex Bennée wrote:
>
> Fam Zheng writes:
>> +cd $(mktemp -d)
>> +mkdir build
>> +mkdir install
>> +cd build
>> +build_qemu --target-list=x86_64-softmmu --prefix="${pwd}/install"
Why restrict the target list ?
>> +make check $MAKEFLAGS
>> +make install
>
> From my e
Fam Zheng writes:
> Signed-off-by: Fam Zheng
> ---
> tests/docker/test-basic.sh | 22 ++
> 1 file changed, 22 insertions(+)
> create mode 100755 tests/docker/test-basic.sh
>
> diff --git a/tests/docker/test-basic.sh b/tests/docker/test-basic.sh
> new file mode 100755
> ind
Signed-off-by: Fam Zheng
---
tests/docker/test-basic.sh | 22 ++
1 file changed, 22 insertions(+)
create mode 100755 tests/docker/test-basic.sh
diff --git a/tests/docker/test-basic.sh b/tests/docker/test-basic.sh
new file mode 100755
index 000..c2b32ad
--- /dev/null
+++