Skip to content
Snippets Groups Projects
Commit 311a7d17 authored by Thierry Escande's avatar Thierry Escande
Browse files

openharmony-standard: Fix teardown.sh check in run-ptest


Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
parent 7a5b78da
No related branches found
No related tags found
1 merge request!63OpenHarmony 3.0 components split
Pipeline #7383 passed
...@@ -54,7 +54,7 @@ for ts in unittest moduletest systemtest ; do ...@@ -54,7 +54,7 @@ for ts in unittest moduletest systemtest ; do
done done
# Component level test fixture teardown # Component level test fixture teardown
if [ -f setup.sh ]; then if [ -f teardown.sh ]; then
source teardown.sh source teardown.sh
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment