From bc58ed8dd4652ea2aa9fb4c134e9fe469d44909c Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Wed, 13 Mar 2013 07:54:10 +0100
Subject: [PATCH] test-all.sh: changing the report directory to point to
 test-reports

This prepares the script to produce directly into the git submodule.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
---
 scripts/test-all.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/test-all.sh b/scripts/test-all.sh
index 86dcd30..9e2bcdf 100644
--- a/scripts/test-all.sh
+++ b/scripts/test-all.sh
@@ -43,7 +43,7 @@ authors='Tobias Weigl (tobias.weigl@bmw-carit.de)'
 path_to_script_relative_to_project_root='./meta-ros/scripts/'
 path_to_topmost_recipes_directory_relative_to_project_root='./meta-ros/recipes-ros/'
 path_to_project_root_relative_to_script='./../../'
-report_folder_name='build-report-data'
+report_folder_name='../test-reports'
 #
 # Autodetect
 current_script_location="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -102,7 +102,7 @@ bake_all () {
     # Init the build environment
     cd "$path_to_project_root_relative_to_script"
     build_directory=build
-    source ./oe-init-build-env $build_directory
+    source ./oe-init-env $build_directory
 
     # Go to the meta-ros git repository location to gather information about commits.
     cd ../meta-ros
-- 
GitLab