You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ !`echo $SHELL| grep 'bash'` ] &&echo"You must run this script with bash as other shells like zsh will fail the script, exit in 10"&& sleep 10 &&exit 1
[ !`echo $SHELL| grep -i 'bash'` ] &&echo"You must run this script with bash as other shells like zsh will fail the script, exit in 10!"&& sleep 10 &&exit 1
35
+
else
36
+
[ !`readlink /proc/$$/exe | grep -i 'bash'` ] &&echo"You must run this script with bash as other shells like zsh will fail the script, exit in 10!!"&& sleep 10 &&exit 1
37
+
fi
38
+
33
39
34
40
# Checks if build manifest in parent directory of current directory under local-test-cluster/opensearch-dashboards-*
35
41
# When the test script executed in the CI, it scales up OpenSearch Dashboards under local-test-cluster with a
0 commit comments