Multiple framework fixes
[deliverable/lttng-ivc.git] / lttng_ivc / settings.py
index 3a67f5a663960ab2bb0cc4fa4f037e59bb5d5293..a2a1b2fb7897e4837ed679293b72a9d57beb9597 100644 (file)
@@ -1,10 +1,17 @@
 # All tests are run if empty
 import os
 
-test_only = {"lttng-ust-2.7"}
+test_only = {}
 
 configuration_file = os.path.dirname(os.path.abspath(__file__)) + "/config.yaml"
 run_configuration_file = os.path.dirname(os.path.abspath(__file__)) + "/run_configuration.yaml"
 
 projects_cache_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/projects_cache"
 git_remote_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/git_remote"
+app_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/git_remote"
+apps_folder = os.path.dirname(os.path.abspath(__file__)) + "/apps"
+apps_gen_events_folder = os.path.join(apps_folder, "gen_ust_events")
+
+tmp_object_prefix = "lttng-ivc-"
+
+default_babeltrace = "babeltrace-1.5"
This page took 0.02403 seconds and 5 git commands to generate.