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

Unified Diff: tests/gen_test_vbpubks.sh

Issue 2805051: Fix name. Use existing directory check. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Created 10 years, 6 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: tests/gen_test_vbpubks.sh
diff --git a/tests/gen_test_vpubks.sh b/tests/gen_test_vbpubks.sh
similarity index 84%
rename from tests/gen_test_vpubks.sh
rename to tests/gen_test_vbpubks.sh
index 7f9cf9a2b69d00b3628b8402f18a9cab96a436b1..995a48b9b2ca8f5c33e6bb1a600e7471e592120f 100755
--- a/tests/gen_test_vpubks.sh
+++ b/tests/gen_test_vbpubks.sh
@@ -25,11 +25,5 @@ function generate_vpubks {
done
}
-
-if [ ! -d ${TESTKEY_DIR} ]; then
- echo "Test Key Directory does not exist!"
- echo "You must run gen_test_keys.sh first."
- exit 1
-fi
-
+check_test_keys
generate_vpubks
« 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