14
14
sudo -H -u $owner chmod o+rw -R .testrepository
15
15
if [ -f ".testrepository/0" ] ; then
16
16
.tox/$venv/bin/subunit-1to2 < .testrepository/0 > ./testrepository.subunit
18
18
gzip -9 ./testrepository.subunit
19
19
gzip -9 ./testr_results.html
20
20
sudo mv ./*.gz /opt/stack/logs/