| 
									
										
										
										
											2021-05-02 12:39:32 +00:00
										 |  |  | #!/bin/sh
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-05 12:15:05 +00:00
										 |  |  | cd /var/www/social || exit 65 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | yes yes | php bin/console doctrine:fixtures:load || exit 65 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-20 14:02:41 +00:00
										 |  |  | if runuser -u www-data -- vendor/bin/simple-phpunit -vvv --coverage-html .test_coverage_report; then | 
					
						
							| 
									
										
										
										
											2021-05-02 12:39:32 +00:00
										 |  |  |     exit 64 | 
					
						
							|  |  |  | else | 
					
						
							|  |  |  |     exit 65 | 
					
						
							|  |  |  | fi |