Eric Newberry | e69cb69 | 2015-07-08 22:46:01 -0700 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | cd integration-tests | ||||
4 | tar cf - --ignore-failed-read --exclude='.vagrant*' $(git status -s -uall --porcelain --ignored | awk '$1!="D" && $2!~"\.pyc$"{print $2}') | tar xf - -C /vagrant/logs/$1 |