summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/gen_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gen_test.sh b/tests/gen_test.sh
index 5f30b71..74f7177 100755
--- a/tests/gen_test.sh
+++ b/tests/gen_test.sh
@@ -64,11 +64,11 @@ prepare_tests() {
# Compile test cases into dtb, and do the diff things.
compile_and_diff() {
# Compile the base to make .base_dtb
- dtc -O dtb -b 0 -@ -o "${OUT_DATA_DIR}/${FILENAME}.base_dtb" \
+ dtc -O dtb -b 0 -qq -@ -o "${OUT_DATA_DIR}/${FILENAME}.base_dtb" \
"${OUT_DATA_DIR}/${FILENAME}.base_dts"
# Compile the overlay to make .add_ov_dtbo
- dtc -O dtb -b 0 -@ -o "${OUT_DATA_DIR}/${FILENAME}.add_ov_dtbo" \
+ dtc -O dtb -b 0 -qq -@ -o "${OUT_DATA_DIR}/${FILENAME}.add_ov_dtbo" \
"${OUT_DATA_DIR}/${FILENAME}.add_ov_dts"
# Run ov_test to combine .base_dtb and .add_ov_dtbo