diff options
| author | 2017-09-26 16:46:10 -0700 | |
|---|---|---|
| committer | 2017-12-01 13:21:35 -0800 | |
| commit | 90cfb09214f16b4ecb13287ec6683cc7e5a65e4b (patch) | |
| tree | 2edd9208e399c5ab71e2ed74c6b6106702d48ace /python/python.go | |
| parent | 527012af07c15b0db9f5e0b217b8ec5db91a5a06 (diff) | |
sbox error message now lists the files that were created
which should make debugging faster.
Bug: 66921582
Test: ./out/soong/host/linux-x86/bin/sbox --output-root outs --sandbox-path out/.temp/sbox-work -c "cd __SBOX_OUT_DIR__ && mkdir asubdir && mkdir b && touch asubdir/child a b c d e f g h i j k l m n o p" outs/a outs/b outs/z # and observe the below output:
mismatch between declared and actual outputs
in sbox command(cd out/.temp/sbox-work/sbox343858828 && mkdir asubdir && mkdir b && touch asubdir/child a b c d e f g h i j k l m n o p)
  in sandbox out/.temp/sbox-work/sbox343858828,
  failed to create 2 files:
    b: not a file
    z: does not exist
  did create 16 files:
    a
    asubdir/child
    c
    d
    e
    f
    g
    h
    i
    j
    ...6 more
Change-Id: I75e37834c44d4279dec874701d67ce8bb01b872c
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions