diff --git a/config.json b/config.json index 4b5cdf1c7..f9c8767b6 100644 --- a/config.json +++ b/config.json @@ -1,13 +1,19 @@ { - "stack": "cflinuxfs3", + "stack": "cflinuxfs4", "oses": [ "linux" ], "integration": { - "harness": "ginkgo", + "harness": "switchblade", "matrix": [ - { "cached": false, "parallel": true }, - { "cached": true, "parallel": true } + { + "cached": false, + "parallel": true + }, + { + "cached": true, + "parallel": true + } ] } } diff --git a/fixtures/alternate_root/Staticfile b/fixtures/alternate_root/default/Staticfile similarity index 100% rename from fixtures/alternate_root/Staticfile rename to fixtures/alternate_root/default/Staticfile diff --git a/fixtures/alternate_root/public/index.html b/fixtures/alternate_root/default/public/index.html similarity index 60% rename from fixtures/alternate_root/public/index.html rename to fixtures/alternate_root/default/public/index.html index 7676d4d7b..c183742a9 100644 --- a/fixtures/alternate_root/public/index.html +++ b/fixtures/alternate_root/default/public/index.html @@ -4,7 +4,7 @@
- This index file comes from an alternate root dist/.
+ This index file comes from an alternate root public/.