Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
oai
openairinterface5G
Commits
b48c64d4
Commit
b48c64d4
authored
Apr 04, 2016
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes to free memory in test setup
parent
08c688dc
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
271 additions
and
268 deletions
+271
-268
cmake_targets/autotests/run_exec_autotests.bash
cmake_targets/autotests/run_exec_autotests.bash
+4
-1
cmake_targets/autotests/test_case_list.xml
cmake_targets/autotests/test_case_list.xml
+267
-267
No files found.
cmake_targets/autotests/run_exec_autotests.bash
View file @
b48c64d4
...
...
@@ -111,6 +111,8 @@ function test_compile() {
compile_log_dir
=
`
eval echo
\"
$OPENAIR_DIR
/cmake_targets/log/
\"
`
echo
"Removing compilation log files in
$compile_log_dir
"
rm
-frv
$compile_log_dir
echo
"Executing
$pre_exec_file
$pre_exe_args
...."
eval
$pre_exec_file
$pre_exec_args
echo
"Executing
$compile_prog
$compile_prog_args
...."
eval
$compile_prog
$compile_prog_args
echo
"Copying compilation log files to test case log directory:
$log_dir
"
...
...
@@ -280,7 +282,7 @@ function test_compile_and_run() {
if
[
-n
"
$pre_exec_file
"
]
;
then
{
echo
" Executing
$pre_exec_file
$pre_exec_args
"
eval
"
echo '
$mypassword
' |sudo -S -E
$pre_exec_file
$pre_exec_args
"
;
}>>
$temp_exec_log
2>&1
eval
"
$pre_exec_file
$pre_exec_args
"
;
}>>
$temp_exec_log
2>&1
fi
echo
"Executing
$main_exec
$main_exec_args_array_index
"
...
...
@@ -503,6 +505,7 @@ for search_expr in "${test_case_array[@]}"
echo
"search_expr_false =
$search_expr_false
"
echo
"nruns =
$nruns
"
#eval $pre_exec
compile_prog_out
=
`
eval echo
\"
$compile_prog_out
\"
`
...
...
cmake_targets/autotests/test_case_list.xml
View file @
b48c64d4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment