Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3502454
D4724.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
479 B
Referenced Files
None
Subscribers
None
D4724.diff
View Options
diff --git a/services/scripts/run_integration_tests.sh b/services/scripts/run_integration_tests.sh
--- a/services/scripts/run_integration_tests.sh
+++ b/services/scripts/run_integration_tests.sh
@@ -26,7 +26,7 @@
fi
if [[ "$1" == "all" ]]; then
- for SERVICE in "$SERVICES"; do
+ for SERVICE in $SERVICES; do
run_integration_test "$SERVICE"
done
exit 0;
@@ -41,6 +41,7 @@
fi;
set -o allexport
+# shellcheck source=/dev/null
source .env
set +o allexport
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 4:11 AM (18 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2685845
Default Alt Text
D4724.diff (479 B)
Attached To
Mode
D4724: [services] Clean up `run_integration_tests.sh` using ShellCheck
Attached
Detach File
Event Timeline
Log In to Comment