diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-18 16:12:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-18 16:12:20 -0300 |
commit | 1284b953e8bb17b259f69f07eeb20deb36db01f2 (patch) | |
tree | e76187b4965403a430011051afd3ed72883c9985 /tests | |
parent | 64af5fc72e357fcb82bda05782b5b86628ce2774 (diff) | |
download | stowpkg-1284b953e8bb17b259f69f07eeb20deb36db01f2.tar.gz stowpkg-1284b953e8bb17b259f69f07eeb20deb36db01f2.tar.bz2 |
Misc updates
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/provision | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/provision b/tests/provision new file mode 100755 index 0000000..d96965d --- /dev/null +++ b/tests/provision @@ -0,0 +1,7 @@ +#!/bin/sh + +# Run the default development provisioner +/usr/local/share/kvmx/provision/development + +# Configure a test enviroment +echo 'BASE="/home/user/temp/misc/stowpkg"' > /home/user/.config/stowpkg |