Testable install script

* wraps main code into a function
* EnvVar-based install start
* Clean environment after install
This commit is contained in:
Xavier Cambar
2014-10-28 11:44:01 +01:00
parent cec1c38a84
commit 3cdec8e875
5 changed files with 104 additions and 59 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"test/fast": "urchin -f test/fast",
"test/slow": "urchin -f test/slow",
"test/installation": "urchin -f test/installation",
"test/sourcing": "urchin -f test/sourcing"
"test/sourcing": "urchin -f test/sourcing",
"test/install_script": "urchin -f test/install_script"
},
"repository": {
"type": "git",