Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
carlgsmith authored Jul 2, 2024
1 parent c91b811 commit 39c97a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ if [ $ACTION == "build" ]; then
fi

# Check tests
echo Checking pytest coding style ...
flake8 --max-line-length=180 ../tests/*.py
rc=$?; if [[ $rc != 0 ]]; then quit $rc; fi
#echo Checking pytest coding style ...
#flake8 --max-line-length=180 ../tests/*.py
#rc=$?; if [[ $rc != 0 ]]; then quit $rc; fi

# Start Apteryx and populate the database
export LD_LIBRARY_PATH=$BUILD/usr/lib
Expand Down

0 comments on commit 39c97a2

Please sign in to comment.