mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
freediameter: fix run-ptest reporting
Add PASS/FAIL printout at the end of the execution. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -8,4 +8,4 @@ fi
|
|||||||
|
|
||||||
export EXTENSIONS_DIR=$EXTENSIONS_DIR
|
export EXTENSIONS_DIR=$EXTENSIONS_DIR
|
||||||
cmake -E cmake_echo_color --cyan "Running tests..."
|
cmake -E cmake_echo_color --cyan "Running tests..."
|
||||||
ctest --force-new-ctest-process
|
ctest --force-new-ctest-process && echo PASS: freediameter || echo FAIL: freediameter
|
||||||
|
|||||||
Reference in New Issue
Block a user