Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864794
D5285.id16371.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
604 B
Subscribers
None
D5285.id16371.diff
View Options
diff --git a/contrib/seeds/test-seeds.sh b/contrib/seeds/test-seeds.sh
--- a/contrib/seeds/test-seeds.sh
+++ b/contrib/seeds/test-seeds.sh
@@ -25,7 +25,6 @@
echo "Environment Variables:"
echo "BUILD_DIR Default: ${DEFAULT_BUILD_DIR}"
echo "RPC_PORT Default: ${DEFAULT_RPC_PORT}"
- exit 0
}
: "${BUILD_DIR:=${DEFAULT_BUILD_DIR}}"
@@ -40,12 +39,12 @@
;;
-h|--help)
help_message
- shift # shift past argument
+ exit 0
;;
*)
echo "Unknown argument: $1"
help_message
- shift # shift past argument
+ exit 1
;;
esac
done
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 22:25 (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866056
Default Alt Text
D5285.id16371.diff (604 B)
Attached To
D5285: Fix exit behavior in test-seeds
Event Timeline
Log In to Comment