Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1440)

Unified Diff: src/platform/vboot_reference/tests/run_image_verification_tests.sh

Issue 1624002: Remove big_[firmware|kernel]_tests from the script used in the autotest. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/tests/run_image_verification_tests.sh
diff --git a/src/platform/vboot_reference/tests/run_image_verification_tests.sh b/src/platform/vboot_reference/tests/run_image_verification_tests.sh
index 26cf069b406c799f31ae163316051744b51880ba..b634b71c3ca20baeb41986eac5487da85539ad15 100755
--- a/src/platform/vboot_reference/tests/run_image_verification_tests.sh
+++ b/src/platform/vboot_reference/tests/run_image_verification_tests.sh
@@ -30,11 +30,6 @@ function test_firmware_verification {
let algorithmcounter=algorithmcounter+1
done
done
- cd ${TEST_DIR} && ${TEST_DIR}/big_firmware_tests
- if [ $? -ne 0 ]
- then
- return_code=255
- fi
}
function test_kernel_verification {
@@ -71,11 +66,6 @@ ${kernel_hashalgo}${COL_STOP}"
let firmware_algorithmcounter=firmware_algorithmcounter+1
done
done
- cd ${TEST_DIR} && ${TEST_DIR}/big_kernel_tests
- if [ $? -ne 0 ]
- then
- return_code=255
- fi
}
check_test_keys
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698