@@ -10,6 +10,7 @@ testCompilePackageNames() {
10
10
assertCaptured " Installing mysql-client-core"
11
11
assertCaptured " Writing profile script"
12
12
assertCaptured " Rewrite package-config files"
13
+ assertCapturedSuccess
13
14
}
14
15
15
16
testReportPackageNames () {
@@ -31,6 +32,7 @@ testCompileCustomPackageUrl() {
31
32
assertCaptured " Installing wkhtmltox"
32
33
assertCaptured " Writing profile script"
33
34
assertCaptured " Rewrite package-config files"
35
+ assertCapturedSuccess
34
36
}
35
37
36
38
testReportCustomPackageUrl () {
@@ -42,6 +44,7 @@ testReportCustomPackageUrl() {
42
44
assertNotCaptured " ^packages"
43
45
assertCaptured " custom_packages: \" ${download_urls[$STACK]} \" "
44
46
assertNotCaptured " custom_repositories"
47
+ assertCapturedSuccess
45
48
}
46
49
47
50
testCompileCustomRepository () {
@@ -57,6 +60,7 @@ testCompileCustomRepository() {
57
60
assertCaptured " Installing fasttracker2"
58
61
assertCaptured " Writing profile script"
59
62
assertCaptured " Rewrite package-config files"
63
+ assertCapturedSuccess
60
64
}
61
65
62
66
testReportCustomRepository () {
@@ -68,6 +72,7 @@ testReportCustomRepository() {
68
72
assertCaptured " packages: \" fasttracker2\" "
69
73
assertNotCaptured " custom_packages"
70
74
assertCaptured " custom_repositories: \" deb http://us.archive.ubuntu.com/ubuntu/ ${ubuntu_release_names[$STACK]} multiverse\" "
75
+ assertCapturedSuccess
71
76
}
72
77
73
78
pushd " $( dirname 0) " > /dev/null || exit 1
0 commit comments