mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-24 02:03:52 +03:00
Test file deletion is disabled so it is easier to debug xmlrpc-c finder
git-svn-id: http://svn.opennebula.org/one/trunk@92 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
676a47486d
commit
b8765168de
@ -201,7 +201,7 @@ def test_config(kind, config)
|
||||
args.strip!
|
||||
name=gen_test_file(kind)
|
||||
exit_code=compile(name, args)
|
||||
File.delete(name)
|
||||
#File.delete(name)
|
||||
File.delete(name+".out") if File.exists?(name+".out")
|
||||
|
||||
return nil if !exit_code
|
||||
|
Loading…
x
Reference in New Issue
Block a user