Skip to content

Commit

Permalink
debug travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Aug 8, 2015
1 parent 0847dbf commit cbaf46c
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ before_script:
- mkdir -p test/dumps/putty
- mkdir -p test/dumps/ssh
- wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/putty.1.dump.zip
- unzip putty.1.dump.zip
- unzip -q putty.1.dump.zip
- mv putty.1.dump test/dumps/putty/
- wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/putty.7124.dump.zip
- unzip putty.7124.dump.zip
- unzip -q putty.7124.dump.zip
- mv putty.7124.dump test/dumps/putty/
- wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/ssh.1.tgz
- tar zxf ssh.1.tgz
Expand All @@ -64,7 +64,11 @@ before_script:
# just uncompress the tgz contained in the LFS.
# the preps tests does not build the binaries on travis-ci anymore.
# no need for root. No need for install haystack.
- python setup.py preptests
# - python setup.py preptests
- wget https://dl.dropboxusercontent.com/u/10222931/HAYSTACK/src-20150808.tgz
- tar zxf src-20150808.tgz
- mv test/src test/src.old
- mv src test/

script:
# run tests. Need root for memory dumps tests.
Expand Down
Binary file removed test/src/test-ctypes1.32.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes1.64.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes2.32.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes2.64.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes3.32.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes3.64.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes4.32.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes4.64.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes5.32.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes5.64.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes6.32.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes6.64.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes7.32.dump.tgz
Binary file not shown.
Binary file removed test/src/test-ctypes7.64.dump.tgz
Binary file not shown.

0 comments on commit cbaf46c

Please sign in to comment.