diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 01:28:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:00 +0100 |
commit | ee830c01b368f06d62fe838965c2f22d802a85ab (patch) | |
tree | 39301de185e1bc8a9790d6834f0c144eb530a8a4 /features | |
parent | 6a4f66e94a15948e90ae0583f8f4c3814ce58f3b (diff) | |
download | jenkins.debian.net-ee830c01b368f06d62fe838965c2f22d802a85ab.tar.xz |
lvc: hardcode the liveuser for now..
Diffstat (limited to 'features')
-rw-r--r-- | features/support/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/config.rb b/features/support/config.rb index 9e20b61d..a02f5241 100644 --- a/features/support/config.rb +++ b/features/support/config.rb @@ -12,7 +12,7 @@ $x_display = ENV['DISPLAY'] $debug = !ENV['DEBUG'].nil? $pause_on_fail = !ENV['PAUSE_ON_FAIL'].nil? $time_at_start = Time.now -$live_user = cmd_helper(". config/chroot_local-includes/etc/live/config.d/username.conf; echo ${LIVE_USERNAME}").chomp +$live_user = "user" $sikuli_retry_findfailed = !ENV['SIKULI_RETRY_FINDFAILED'].nil? # Static |