File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def remove(file_path):
114
114
Process .kill (proc_name = 'aapt' )
115
115
Process .kill (proc_name = 'adb' )
116
116
Process .kill_gradle ()
117
- os . remove (file_path )
117
+ shutil . rmtree (file_path )
118
118
119
119
@staticmethod
120
120
def replace (file_path , str1 , str2 ):
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ def test_302_build_ios_with_ios_in_path(self):
122
122
Tns .platform_add_ios (attributes = {"--path" : self .app_name_ios , "--frameworkPath" : IOS_RUNTIME_PATH })
123
123
Tns .build_ios (attributes = {"--path" : self .app_name_ios })
124
124
125
- @unittest .skip ("Ignored because of https://github.com/NativeScript/nativescript-cli/issues/2357" )
126
125
def test_310_build_ios_with_copy_to (self ):
127
126
File .remove ("TestApp.app" )
128
127
Tns .create_app (self .app_name )
You can’t perform that action at this time.
0 commit comments