aboutsummaryrefslogtreecommitdiff
path: root/test/it-install-remove.bats
Commit message (Collapse)AuthorAgeFilesLines
* o Adding a file resolver.Trygve Laugstøl2013-02-041-3/+20
| | | | o Getting the IT to work on windows.
* bin/app-init:Trygve Laugstøl2013-01-301-0/+40
| | | | | | | o Adding -p to mkdir so parent directories are created. libexec/app-resolver-maven: o Not using command expansion to make sure "set -e" works as normal. o Adding a basic check that xmlstartlet has a useful output.
* o Adding a common header to all scripts.Trygve Laugstøl2013-01-271-45/+0
| | | | o Disabling un-used tests and apps for now.
* o Making all scripts be run from the root/ directory. Do not assume you're ↵Trygve Laugstøl2012-10-181-7/+4
| | | | in current/.
* o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS.Trygve Laugstøl2012-10-171-1/+2
|
* o Adding environment variables to postinstall:Trygve Laugstøl2012-10-171-1/+3
| | | | | | | | - APPSH_BASEDIR - APPSH_HOME - APPSH_INSTANCE - APPSH_NAME - APPSH_VERSION
* o Testing passing of environment variables.Trygve Laugstøl2012-10-171-1/+11
|
* o Proper implementation of start, stop and status.Trygve Laugstøl2012-10-171-7/+17
|
* o Improved completion (again).Trygve Laugstøl2012-10-161-0/+25
o Consistent usage of APPSH_HOME and BASEDIR.