Set correct "TES_ROOT" for "Turbo" process and make process an explicit parameter
The MR:
- Correctly sets the
TES_ROOT
for theTurbo
sample. If this is not done, we run into errors when callingmake_pv_v2()
discussed here. (FYI: @dfazzini ) - From mattermost, make
process
an explicit argument formake_*
functions. (FYI: @erodrigu).
To be tested with: !682 (merged)