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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 XAUTH=/usr/bin/xauth 7 XAUTH=/usr/bin/xauth
8 SERVER_READY= 8 SERVER_READY=
9 9
10 export XAUTH_FILE="/var/run/factory_test.auth" 10 export XAUTH_FILE="/var/run/factory_test.auth"
(...skipping 14 matching lines...) Expand all
25 done 25 done
26 26
27 export SHELL=/bin/bash 27 export SHELL=/bin/bash
28 export DISPLAY=:0.0 28 export DISPLAY=:0.0
29 export PATH=/bin:/usr/bin:/usr/local/bin:/usr/bin/X11 29 export PATH=/bin:/usr/bin:/usr/local/bin:/usr/bin/X11
30 export XAUTHORITY=${XAUTH_FILE} 30 export XAUTHORITY=${XAUTH_FILE}
31 31
32 # xset r off 32 # xset r off
33 # xmodmap -e "clear Lock" 33 # xmodmap -e "clear Lock"
34 34
35 exec /usr/bin/python KeyboardTest.py 35 exec /usr/bin/python KeyboardTest.py $*
OLDNEW
« 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