You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2015/03/19 17:56:30 UTC

[41/50] [abbrv] ios commit: CB-8710 - cordova-ios jasmine tests do not clean up build products, tests can only be run once

CB-8710 - cordova-ios jasmine tests do not clean up build products, tests can only be run once


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/acb703ae
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/acb703ae
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/acb703ae

Branch: refs/heads/unplug-whitelist
Commit: acb703aebf772b269efc2519d18a00b7a2653461
Parents: 4f1ccbe
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Mar 18 17:20:46 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Mar 18 17:20:46 2015 -0700

----------------------------------------------------------------------
 tests/spec/cordovalib.spec.js | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/acb703ae/tests/spec/cordovalib.spec.js
----------------------------------------------------------------------
diff --git a/tests/spec/cordovalib.spec.js b/tests/spec/cordovalib.spec.js
index 10cd696..9657717 100644
--- a/tests/spec/cordovalib.spec.js
+++ b/tests/spec/cordovalib.spec.js
@@ -48,4 +48,9 @@ describe('cordova-lib', function() {
         return_code = shell.exec(command).code;
         expect(return_code).toBe(0);
     });
+    
+    // clean-up last
+    it('cleanup artifacts folder', function() {
+        shell.rm('-rf', artifacts_dir);
+    });
 });
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org