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

Issue 1530009: Make image verification test script call big_{firmware|kernel} tests. (Closed)

Created:
10 years, 8 months ago by gauravsh
Modified:
9 years, 6 months ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org, gauravsh
Visibility:
Public.

Description

Make image verification test script call big_{firmware|kernel} tests.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M src/platform/vboot_reference/tests/run_image_verification_tests.sh View 4 chunks +12 lines, -2 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
gauravsh
10 years, 8 months ago (2010-03-30 21:17:12 UTC) #1
petkov
10 years, 8 months ago (2010-03-30 22:40:06 UTC) #2
LGTM

http://codereview.chromium.org/1530009/diff/1/2
File src/platform/vboot_reference/tests/run_image_verification_tests.sh (right):

http://codereview.chromium.org/1530009/diff/1/2#newcode33
src/platform/vboot_reference/tests/run_image_verification_tests.sh:33: cd
${TEST_DIR} && ${TEST_DIR}/big_firmware_tests
Another way to write this might be:

cd ${TEST_DIR} && ${TEST_DIR}/big_firmware_tests || return_code=255

Yours is probably more readable though :-)

Powered by Google App Engine
This is Rietveld 408576698