Skip to content

Commit

Permalink
Decrease counter to remove webtest (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfernandes-sugarcrm authored Dec 15, 2023
1 parent a6a37ba commit 2b6a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ else

echo Executing CLI and web tests

for i in {1..6}
for i in {1..5}
do
OUTPUT_CLI=`./utilities/runcli.sh "php ./web_tests/$3/test_$i.php | grep ok | wc -l"`
if [ $OUTPUT_CLI != '1' ]
Expand Down

0 comments on commit 2b6a8a8

Please sign in to comment.