File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ script:
23
23
- (cd doc/; make latexpdf html)
24
24
- ./ci/build-qemu-powernv.sh
25
25
- wget https://openpower.xyz/job/openpower/job/openpower-op-build/label=slave,target=witherspoon/lastSuccessfulBuild/artifact/images/witherspoon.pnor
26
- - PATH=$(pwd)/qemu:$PATH ./op-test --bmc-type qemu --qemu-binary `pwd`/qemu/ppc64-softmmu /qemu-system-ppc64 --host-pnor witherspoon.pnor --run-suite qemu
26
+ - PATH=$(pwd)/qemu/build :$PATH ./op-test --bmc-type qemu --qemu-binary `pwd`/qemu/build /qemu-system-ppc64 --host-pnor witherspoon.pnor --run-suite qemu
27
27
28
28
deploy :
29
29
provider : pages
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ ptyprocess
4
4
requests
5
5
pysocks
6
6
unittest2
7
+ ninja
You can’t perform that action at this time.
0 commit comments