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

Unified Diff: tests/run_cgpt_tests.sh

Issue 2845001: Rework the vboot_reference make system. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Rework the vboot_reference make system. 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 | « tests/gen_test_keys.sh ('k') | tests/run_vbutil_tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/run_cgpt_tests.sh
diff --git a/tests/run_cgpt_tests.sh b/tests/run_cgpt_tests.sh
index 2dcca9970c2696e67fe2f4ec495a39ca1288ad48..b70af2f3046f5db705ccbf16ee062640170b836a 100755
--- a/tests/run_cgpt_tests.sh
+++ b/tests/run_cgpt_tests.sh
@@ -9,7 +9,7 @@
# Load common constants and variables.
. "$(dirname "$0")/common.sh"
-GPT=${1:-../cgpt/cgpt}
+GPT=$1
[ -x "$GPT" ] || error "Can't execute $GPT"
warning "testing $GPT"
« no previous file with comments | « tests/gen_test_keys.sh ('k') | tests/run_vbutil_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698