Skip to content

Commit 2b6a8a8

Browse files
Decrease counter to remove webtest (#7)
1 parent a6a37ba commit 2b6a8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/web_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ else
5151

5252
echo Executing CLI and web tests
5353

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

0 commit comments

Comments
 (0)