X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Futilities%2Ftime_running_app.cpp;h=cf8b8141962a38f66cc6f8d84cd086eb45d10883;hb=16afe4d6569a92127a4f27dfb36e0acc1889b392;hp=19bdbafaf40a71937df591137c049d31c3640898;hpb=923e93f0becf36ae02d6807c47670760685ea22f;p=feisty_meow.git diff --git a/nucleus/applications/utilities/time_running_app.cpp b/nucleus/applications/utilities/time_running_app.cpp index 19bdbafa..cf8b8141 100644 --- a/nucleus/applications/utilities/time_running_app.cpp +++ b/nucleus/applications/utilities/time_running_app.cpp @@ -57,7 +57,7 @@ int time_running_app::execute() int test_runs = 10000; time_stamp start; // start of test. - astring bins = environment::get("$BINDIR"); + astring bins = environment::get("$FEISTY_MEOW_BINARIES"); astring app = bins + "/example_application"; // save real stdout. int real_stdout = dup(1);