Complete change of the source directory tree
[lttng-tools.git] / tests / ust-nprocesses / run
index 4c82eba12fdb4b5596370e54dbdc7aba72f984ec..e1f584a2eabc007652fb1f2e8d3de68eee0f5b0f 100755 (executable)
@@ -45,7 +45,7 @@ done
 
 echo -n "Validating registered apps: "
 
-listing=$($TESTDIR/../lttng/$LTTNG_BIN list -u)
+listing=$($TESTDIR/../src/bin/lttng/$LTTNG_BIN list -u)
 reg_app_count=$(echo -n $listing | sed "s/$TEST_BIN_NAME/$TEST_BIN_NAME\n/g" | grep "$TEST_BIN_NAME" | wc -l)
 if [ "$reg_app_count" -ne "$NR_ITER" ]; then
        echo -e "$reg_app_count apps listed. Expected $NR_ITER \e[1;31mFAILED\e[0m"
This page took 0.024072 seconds and 4 git commands to generate.