Skip to content

Commit

Permalink
Improve README and launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
matks committed Nov 29, 2018
1 parent 9b84470 commit 7525747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/README.md
Expand Up @@ -4,8 +4,8 @@ Tests
This is PrestaShop automated tests folder.

Multiple type of tests are available:
- `E2E` and `Selenium` folders contain end-to-end tests
- `Unit` folder contain unit tests, see below
- `E2E` and `Selenium` folders contains end-to-end tests
- `Unit` folder contains unit tests, see below

# Unit tests

Expand Down
3 changes: 1 addition & 2 deletions tests/check_unit.sh
Expand Up @@ -5,8 +5,7 @@ UNIT=$?

if [[ "$UNIT" == "0" ]]; then
echo -e "\e[UNIT TESTS OK"
exit 0;
else
echo -e "\e[91mUNIT TESTS FAILED"
exit 255;
fi
exit $UNIT;

0 comments on commit 7525747

Please sign in to comment.