~ci-train-bot/qtubuntu-media/qtubuntu-media-ubuntu-xenial-landing-035

« back to all changes in this revision

Viewing changes to tests/integration/uris/remove_test_files.sh

  • Committer: CI Train Bot
  • Author(s): Jim Hodapp
  • Date: 2016-02-22 19:00:08 UTC
  • mfrom: (100.1.7 qtubuntu-media)
  • Revision ID: ci-train-bot@canonical.com-20160222190008-am4pm7lwh6fynnnw
URI encode the URI that we call setMedia() on or add to the playlist Fixes: #1449790
Approved by: Alfonso Sanchez-Beato

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
WORKING_DIR=/tmp/qtubuntu-media
 
4
 
 
5
if [ -d "$WORKING_DIR" ]; then
 
6
    rm -r $WORKING_DIR
 
7
fi