Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
a61c57ad
Unverified
Commit
a61c57ad
authored
Nov 09, 2021
by
Gary Qian
Committed by
GitHub
Nov 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use adb variable instead of direct command (#93293)
parent
bfe9c598
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
run_release_test.sh
...ration_tests/deferred_components_test/run_release_test.sh
+3
-2
No files found.
dev/integration_tests/deferred_components_test/run_release_test.sh
View file @
a61c57ad
...
...
@@ -39,17 +39,18 @@ while read LOGLINE
do
if
[[
"
${
LOGLINE
}
"
==
*
"Running deferred code"
*
]]
;
then
echo
"Found
${
LOGLINE
}
"
pkill
-P
$$
echo
"All tests passed."
pkill
-P
$$
exit
0
fi
# Timeout if expected log not found
current_time
=
$(
date
+%s
)
if
[[
$((
current_time
-
script_start_time_seconds
))
-ge
150
]]
;
then
echo
"Failure: Deferred component did not load."
pkill
-P
$$
exit
1
fi
done
< <
(
adb
logcat
-T
"
$script_start_time
"
)
done
< <
(
$adb_path
logcat
-T
"
$script_start_time
"
)
echo
"Failure: Deferred component did not load."
exit
1
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