aboutsummaryrefslogtreecommitdiffstats
path: root/runTags.sh
diff options
context:
space:
mode:
authorjf9860 <jf9860@att.com>2017-03-01 19:43:28 -0500
committerjf9860 <jf9860@att.com>2017-03-02 10:16:14 -0500
commit3b22a2d4f52f24e0984bb4d712a4cafd83d06d7b (patch)
tree8a8b8a5b37c01426e9bef3695b878793d8cd1f16 /runTags.sh
parente770718749bf1d2f622a9acf70f1e6ca80c1823d (diff)
Remove fragile process test from vFW validation.
Process name is vairable. Process validation is implied by susbequent log validation. Allow for A&AI teardown delete to fail due to lingering references. Change-Id: Iea269d24232d4ff711233f5c666da677354ab694 Signed-off-by: jf9860 <jf9860@att.com>
Diffstat (limited to 'runTags.sh')
-rw-r--r--runTags.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runTags.sh b/runTags.sh
index 5a51e250..75b792e7 100644
--- a/runTags.sh
+++ b/runTags.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Set the defaults
-DEFAULT_LOG_LEVEL="INFO" # Available levels: TRACE, DEBUG, INFO (default), WARN, NONE (no logging)
+DEFAULT_LOG_LEVEL="TRACE" # Available levels: TRACE, DEBUG, INFO (default), WARN, NONE (no logging)
DEFAULT_RES="1280x1024x24"
DEFAULT_DISPLAY=":99"
DEFAULT_ROBOT_TEST="-i health"