cuberite / CuberitePluginChecker

Automated script for CI-checking Cuberite plugins
The Unlicense
3 stars 3 forks source link

Scenario: Support file location relative to scenario folder #25

Closed madmaxoft closed 7 years ago

madmaxoft commented 7 years ago

When adding redirection or using FS operations in the scenario file, the paths default to relative-to-Checker. However, it would be better to use relative-to-ScenarioFile paths, not to depend on specific Checker location.

Inspired by the difference between TravisCI and CircleCI, each clone the project out to a different folder structure.

madmaxoft commented 7 years ago

@NiLSPACE what do you think? I believe this will make writing scenarios easier, because it is expected that the redirections will be mostly for files that the scenario will provide alongside it, rather than files in the plugin's source folder.

NiLSPACE commented 7 years ago

I thought we already did this. Yes, it makes allot of sense to do this.