ci: Add a debug out of what tests we are going to build
Add a cat of the test_file.txt so we can see exactly what tests are expected to be built and run. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
3835b0bd1c
commit
feeda05323
1 changed files with 2 additions and 0 deletions
|
@ -269,6 +269,8 @@ if [ -n "$main_ci" ]; then
|
|||
tail -n +2 test_file_1.txt > test_file_1_in.txt
|
||||
cat test_file_3.txt test_file_2_in.txt test_file_1_in.txt > test_file.txt
|
||||
|
||||
cat test_file.txt
|
||||
|
||||
echo "+++ run sanitycheck"
|
||||
|
||||
# Run a subset of tests based on matrix size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue