diff options
| author | Ajax <commial@gmail.com> | 2017-05-09 15:03:34 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-05-09 15:03:34 +0200 |
| commit | 3d7d7994bf65c33738805adc80c0de6a705c96e7 (patch) | |
| tree | 5a384b1a7f6b573e49de48a04c81771d8b11c75e /.travis.yml | |
| parent | 0fe00977ae6704d3141ef7b927439cda43572b7f (diff) | |
| download | focaccia-miasm-3d7d7994bf65c33738805adc80c0de6a705c96e7.tar.gz focaccia-miasm-3d7d7994bf65c33738805adc80c0de6a705c96e7.zip | |
List all untracked file after test_all (should be empty)
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3583e4ba..81e571c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,4 +49,4 @@ before_script: - "cd miasm;" - "python setup.py build build_ext -I$(pwd)/../virtualenv/include -L$(pwd)/../virtualenv/tinycc" - "python setup.py install" -script: "python -c 'import z3; x = z3.BitVec(chr(0x41), 32)' && cd test && python test_all.py" +script: "python -c 'import z3; x = z3.BitVec(chr(0x41), 32)' && cd test && python test_all.py && git ls-files -o --exclude-standard" |