~nataliabidart/magicicada-client/fix-travis-ubuntuone-clientdefs

« back to all changes in this revision

Viewing changes to run-tests

  • Committer: Natalia
  • Date: 2018-05-19 20:44:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1445.
  • Revision ID: natalia.bidart@ubuntu.com-20180519204454-fliiqyexj67r7fp9
- Rename python package to magicicadaclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    MODULE="$@"
35
35
else
36
36
    # run all tests, useful for tarmac and reviews
37
 
    MODULE="ubuntuone"
 
37
    MODULE="magicicadaclient"
38
38
fi
39
39
 
40
40
SYSNAME=`uname -s`
41
41
if [ "$SYSNAME" == "Darwin" ]; then
42
42
    IGNORE_FILES="test_linux.py,test_windows.py"
43
 
    IGNORE_PATHS="ubuntuone/platform/tests/linux"
 
43
    IGNORE_PATHS="magicicadaclient/platform/tests/linux"
44
44
else
45
45
    # Linux
46
46
    IGNORE_FILES="test_darwin.py,test_fsevents_daemon.py,test_windows.py"
47
 
    IGNORE_PATHS="ubuntuone/platform/tests/windows"
 
47
    IGNORE_PATHS="magicicadaclient/platform/tests/windows"
48
48
fi
49
49
 
50
50
echo "*** Running test suite for ""$MODULE"" ***"