We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3f4ea commit 8f5aca6Copy full SHA for 8f5aca6
dev/test_scripts_help.sh
@@ -3,7 +3,17 @@
3
# Ensure each script can display help message to ensure basic execution.
4
#
5
# This script must be run from within the pipenv shell or a properly configured
6
-# environment.
+# environment. For example:
7
+#
8
+# 1. Using pipenv run
9
+# pipenv run ./dev/test_scripts_help.sh
10
11
+# 2. Using pipenv shell
12
+# pipenv shell
13
+# ./dev/test_scripts_help.sh
14
15
+# 3. A properly configured environment
16
+# (see .github/workflows/test_scripts_help.yml)
17
18
#### SETUP ####################################################################
19
@@ -42,4 +52,5 @@ test_help() {
42
52
43
53
cd "${DIR_REPO}"
44
54
test_help
55
+echo "exit status: ${EXIT_STATUS}"
45
56
exit ${EXIT_STATUS}
0 commit comments