Ubuntu Pastebin

Paste from elopio at Wed, 18 Mar 2015 18:45:04 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=== modified file 'debian/tests/control'
--- debian/tests/control	2015-03-17 21:40:54 +0000
+++ debian/tests/control	2015-03-18 18:42:33 +0000
@@ -5,7 +5,7 @@
          python3-psutil,
          system-image-dbus
 
-Test-Command: cd debian/tests; python3 -m unittest ubuntu_ota_tests.tests.test_basic_upgrade
+Test-Command: cd python3 -m unittest ubuntu_ota_tests.tests.test_basic_upgrade
 Restrictions: needs-root allow-stderr
 Depends: python3-autopilot,
          python3-psutil,

=== modified file 'debian/tests/ota-selftests'
--- debian/tests/ota-selftests	2015-03-17 21:40:54 +0000
+++ debian/tests/ota-selftests	2015-03-18 18:42:54 +0000
@@ -20,8 +20,6 @@
 
 set -e
 
-cd debian/tests
-
 python3-coverage run --include=./ubuntu_ota_tests/* --omit=./ubuntu_ota_tests/selftests/*,./ubuntu_ota_tests/__init__.py -m unittest discover -v ubuntu_ota_tests.selftests
 
 mkdir -p $ADT_ARTIFACTS/coverage && python3-coverage report -m > $ADT_ARTIFACTS/coverage/report.txt
Download as text