mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-08 21:17:43 +03:00
scons -c deletes xmlrpc test files (#101)w
git-svn-id: http://svn.opennebula.org/one/trunk@485 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
a1778e922d
commit
8f80d8b89c
@ -17,6 +17,7 @@
|
||||
|
||||
import os
|
||||
import sys
|
||||
import shutil
|
||||
sys.path.append("./share/scons")
|
||||
from lex_bison import *
|
||||
|
||||
@ -105,6 +106,10 @@ if not main_env.GetOption('clean'):
|
||||
print " .xmlrpc_test to the mailing list."
|
||||
print ""
|
||||
exit(-1)
|
||||
else:
|
||||
shutil.rmtree('.xmlrpc_test', True)
|
||||
shutil.rmtree('src/nebula/.xmlrpc_test', True)
|
||||
shutil.rmtree('src/scheduler/.xmlrpc_test', True)
|
||||
|
||||
# SCONS scripts to build
|
||||
build_scripts=[
|
||||
|
Loading…
Reference in New Issue
Block a user