goncalotomas / FMKe

🛠️ Realistic benchmark for key value stores
Other
23 stars 8 forks source link

make shell can't find the configuration file #125

Closed goncalotomas closed 7 years ago

goncalotomas commented 7 years ago
16:26:51.096 [error] CRASH REPORT Process <0.402.0> with 0 neighbours exited with reason: no match of right hand value {error,enoent} in fmke_config:read_config_file/0 line 22 in application_master:init/4 line 134
16:26:51.096 [info] Application fmke exited with reason: no match of right hand value {error,enoent} in fmke_config:read_config_file/0 line 22

make console is calling a binary from the _build/default/rel/<relname> path, and make shell is doing something slightly different, which means that one of them can find the path to the config file, and the other one can't.