Skip to content

Commit

Permalink
Update migration_test.sh (#25707)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmrod authored Jan 22, 2025
1 parent 126426b commit d6e0269
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tools/tuf/test/migration/migration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,11 @@ for pkgType in "${pkgTypes[@]}"; do
--update-interval=30s
done

echo "Installing fleetd package on macOS..."
echo "Uninstalling fleetd package from macOS..."
sudo ./orbit/tools/cleanup/cleanup_macos.sh
echo "Sleeping 60 seconds..."
sleep 60
echo "Installing fleetd package on macOS..."
sudo installer -pkg fleet-osquery.pkg -verbose -target /

CURRENT_DIR=$(pwd)
Expand Down Expand Up @@ -614,8 +617,11 @@ for pkgType in "${pkgTypes[@]}"; do
--update-interval=30s
done

echo "Installing fleetd package on macOS..."
echo "Uninstalling fleetd package from macOS..."
sudo ./orbit/tools/cleanup/cleanup_macos.sh
echo "Sleeping 60 seconds..."
sleep 60
echo "Installing fleetd package on macOS..."
sudo installer -pkg fleet-osquery.pkg -verbose -target /

CURRENT_DIR=$(pwd)
Expand Down

0 comments on commit d6e0269

Please sign in to comment.