Skip to content

Commit 5688a68

Browse files
Convert tests to use Switchblade (#466)
1 parent 59405f9 commit 5688a68

File tree

732 files changed

+111626
-2982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

732 files changed

+111626
-2982
lines changed

config.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
2-
"stack": "cflinuxfs3",
2+
"stack": "cflinuxfs4",
33
"oses": [
44
"linux"
55
],
66
"integration": {
7-
"harness": "ginkgo",
7+
"harness": "switchblade",
88
"matrix": [
9-
{ "cached": false, "parallel": true },
10-
{ "cached": true, "parallel": true }
9+
{
10+
"cached": false,
11+
"parallel": true
12+
},
13+
{
14+
"cached": true,
15+
"parallel": true
16+
}
1117
]
1218
}
1319
}
File renamed without changes.

fixtures/alternate_root/public/index.html renamed to fixtures/alternate_root/default/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</head>
55
<body>
66
<p>
7-
This index file comes from an alternate root <code>dist/</code>.
7+
This index file comes from an alternate root <code>public/</code>.
88
</p>
99
</body>
1010
</html>
File renamed without changes.

fixtures/alternate_root_not_default/dist/public/index.html renamed to fixtures/alternate_root/not_default/dist/public/index.html

File renamed without changes.
File renamed without changes.

fixtures/alternate_root_does_not_exist/Staticfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixtures/alternate_root_is_a_file/Staticfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixtures/alternate_root_is_a_file/build

Whitespace-only changes.

fixtures/custom_start_command/manifest.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)