Skip to content

Commit b9d2ff8

Browse files
testing the version of macos
Signed-off-by: Abhijit Gadgil <agadgil@progress.com>
1 parent 2ac0bfe commit b9d2ff8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.expeditor/scripts/shared.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,11 @@ setup_hab_root_macos_pipeline() {
518518
sleep 30
519519
/usr/sbin/diskutil info "/$HAB_DIR_NAME"
520520

521-
echo "creating dir"
522-
sudo mkdir -p /hab/bin || macos_teardown_exit
523-
ls -rtl /hab/bin
521+
echo "Software Versions ======"
522+
sw_vers
523+
uname -a
524+
echo "Software Versions End ======"
525+
sudo mkdir -p /hab/bin || touch /hab/test || macos_teardown_exit
524526
}
525527

526528
check_if_prev_hab_volume() {

0 commit comments

Comments
 (0)