Comment 0 for bug 1298026

Revision history for this message
Tim Peeters (tpeeters) wrote :

I installed utah: sudo apt-add-repository ppa:utah/stable && sudo apt-get install utah-all
I downloaded the smoke-tests scripts from https://code.launchpad.net/ubuntu-test-cases/touch, used provision.sh to install the system, then installed some custom .deb files (from an MR of ubuntu-ui-toolkit), and executed run-smoke. It gave me these errors:

http://pastebin.ubuntu.com/7158497/

because the inprogress dir was missing.
Executing:
mkdir -p /var/cache/utah/autorun/inprogress
and chmod 777 (not sure if that is needed) fixes the issues.

I think it is easier if utah creates the directory if it doesn't exist yet.