mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
activate file integration tests in docker
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
This commit is contained in:
parent
64ce762d6d
commit
e78d682c24
1 changed files with 0 additions and 5 deletions
|
@ -1,9 +1,4 @@
|
|||
# encoding: utf-8
|
||||
if ENV['DOCKER']
|
||||
STDERR.puts "\033[1;33mTODO: Not running #{__FILE__.split("/").last} because we are running in docker\033[0m"
|
||||
return
|
||||
end
|
||||
|
||||
if os[:family] == 'windows'
|
||||
filedata = {
|
||||
user: os_env('COMPUTERNAME').content + '\TestUser'
|
||||
|
|
Loading…
Reference in a new issue