Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Leonard Ehrenfried <mail@leonard.io>
  • Loading branch information
t2gran and leonardehrenfried authored Mar 12, 2024
1 parent 50bd9db commit 4ce0cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion script/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ existing one. The reviewers are responsible for:
# Owner: J. Brown, Fun & Fast Transit Inc
if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
echo "The purpouse of the script is .."
echo "The purpose of the script is .."
echo "Usage: ..."
echo "Parameters: "
:
Expand Down
8 changes: 4 additions & 4 deletions script/run-and-test-otp
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ DATA_DIR=../data/fix-error-access

if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
echo "This script: "
echo " 1. Compile OTP"
echo " 2. Run OTP - build a graph and start the server"
echo " 3. Send a request using curl"
echo " 4. Test the response, search for a unexpected token. If the token is"
echo " 1. Compiles OTP"
echo " 2. Runs OTP - build a graph and start the server"
echo " 3. Sends a request using curl"
echo " 4. Tests the response, search for a unexpected token. If the token is"
echo " NOT present the test is GOOD, if not it is BAD"
echo ""
echo "Before using this script you should copy it to a folder which is NOT"
Expand Down

0 comments on commit 4ce0cdd

Please sign in to comment.