summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2022-01-04 18:41:59 +0100
committerRadek Podgorny <radek@podgorny.cz>2022-01-04 18:41:59 +0100
commitefe08c44409bd2672c7afaa4d47d853ceb29592f (patch)
tree18f11f2985299ed802c4feb6838f5e09add481da
parent03acb8e3cc6570bb127dc043430f93bc44dc4f39 (diff)
downloadunionfs-fuse-git-efe08c44409bd2672c7afaa4d47d853ceb29592f.tar.gz
vagrant test launchers fixes and updates
-rwxr-xr-xtest_vagrant_macos.sh4
-rwxr-xr-xtest_vagrant_ubuntu.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/test_vagrant_macos.sh b/test_vagrant_macos.sh
index 8d89ba0..98ad091 100755
--- a/test_vagrant_macos.sh
+++ b/test_vagrant_macos.sh
@@ -7,13 +7,15 @@ rm -rf Vagrantfile
vagrant init rpodgorny/mymacos
vagrant up
-vagrant upload $(pwd) xxx
+vagrant upload $(pwd) xxx/
# TODO: get rid of source .bashrc
echo "
set -e -x
source .bashrc
+uname -a
+
cd xxx
rm -rf build
diff --git a/test_vagrant_ubuntu.sh b/test_vagrant_ubuntu.sh
index e945e51..84bfd4c 100755
--- a/test_vagrant_ubuntu.sh
+++ b/test_vagrant_ubuntu.sh
@@ -11,6 +11,8 @@ vagrant up
echo "
set -e -x
+uname -a
+
sudo apt-get update -y
sudo apt-get install -y pkg-config fuse3