add extra line
This commit is contained in:
parent
9a88f5540c
commit
15fe5af5d9
|
|
@ -32,6 +32,9 @@ RED='\033[0;31m'
|
|||
GREEN='\033[0;32m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
echo "Summary:"
|
||||
# Iterate over folders starting with 'ddr3*'
|
||||
for folder in ddr3*/ ; do
|
||||
# Check if the 'PASS' file exists in the folder
|
||||
|
|
|
|||
Loading…
Reference in New Issue