Cleanup, fixed import

pull/14/head
Piero Toffanin 2017-05-17 20:20:22 -04:00
rodzic 1deff5ec6c
commit df1b53e91c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -301,7 +301,7 @@ module.exports = class Task{
this.output.push(output);
})
);
}
};
};
// All paths are relative to the project directory (./data/<uuid>/)

Wyświetl plik

@ -70,7 +70,7 @@ function makeRunner(command, args, requiredOptions = [], outputTestFile = null){
}
module.exports = {
runPostProcessingScript: makeRunner(os.path.join(__dirname, "..", "scripts", "postprocess.sh"),
runPostProcessingScript: makeRunner(path.join(__dirname, "..", "scripts", "postprocess.sh"),
function(options){
return [options.projectFolderPath];
},