File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LARAVELCHROMEDRIVER=`$(pwd)/vendor/laravel/dusk/bin/chromedriver-linux --version
1313echo ${LARAVELCHROMEDRIVER}
1414php /usr/bin/dusk-versions-check.php ${SYSTEMCHROME} ${SYSTEMCHROMEDRIVER} ${LARAVELCHROMEDRIVER} 1
1515COMPATIBLE=` php /usr/bin/dusk-versions-check.php ${SYSTEMCHROME} ${SYSTEMCHROMEDRIVER} ${LARAVELCHROMEDRIVER} 0`
16- print " ${COMPATIBLE} "
16+ print " DEBUG: ${COMPATIBLE} "
1717if [" ${COMPATIBLE} " == " INCOMPATIBLE" ]; then
1818 printf " ${GREEN} Starting system Chromedriver (${SYSTEMCHROMEDRIVER} ).\n"
1919 source start-chromedriver
Original file line number Diff line number Diff line change 3434 print $ yellow ."You can read more, about running tests with systems inbuilt chromedriver in laravel-dusk-ci docs. " .PHP_EOL ;
3535 }
3636 print $ nocolor ;
37- } else {
38- print ($ compatible ?"OK " :"INCOMPATIBLE " );
3937}
38+ print ($ compatible ?"OK " :"INCOMPATIBLE " );
39+
4040
You can’t perform that action at this time.
0 commit comments