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

Unified Diff: client/site_tests/hardware_KeyboardAssembly/src/start_test.sh

Issue 1574012: Parametrize the keyboard test so that it can run in hwqual. Add to hwqual suite. (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
Index: client/site_tests/hardware_KeyboardAssembly/src/start_test.sh
diff --git a/client/site_tests/hardware_KeyboardAssembly/src/start_test.sh b/client/site_tests/hardware_KeyboardAssembly/src/start_test.sh
index 8305a975dab366604a57d10c886818665d5f4a3b..7160f5aa6b42781e485e9eb808801325e4272126 100755
--- a/client/site_tests/hardware_KeyboardAssembly/src/start_test.sh
+++ b/client/site_tests/hardware_KeyboardAssembly/src/start_test.sh
@@ -32,4 +32,4 @@ export XAUTHORITY=${XAUTH_FILE}
# xset r off
# xmodmap -e "clear Lock"
-exec /usr/bin/python KeyboardTest.py
+exec /usr/bin/python KeyboardTest.py $*
« no previous file with comments | « client/site_tests/hardware_KeyboardAssembly/src/KeyboardTest.py ('k') | client/site_tests/suite_HWQual/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698