| 
									
										
										
										
											2015-03-15 13:51:41 -07:00
										 |  |  | #!/bin/bash
 | 
					
						
							| 
									
										
										
										
											2015-11-05 08:20:13 -08:00
										 |  |  | set -ex | 
					
						
							| 
									
										
										
										
											2015-03-15 13:51:41 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | echo ============================================================================= | 
					
						
							|  |  |  | # go to project dir | 
					
						
							|  |  |  | SCRIPT_DIR=$(dirname $0) | 
					
						
							| 
									
										
										
										
											2015-03-19 11:36:27 -07:00
										 |  |  | source $SCRIPT_DIR/env_dart.sh | 
					
						
							| 
									
										
										
										
											2015-03-15 13:51:41 -07:00
										 |  |  | cd $SCRIPT_DIR/../.. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-19 23:37:55 +01:00
										 |  |  | ./node_modules/.bin/gulp test.dart --browsers=$KARMA_DART_BROWSERS | 
					
						
							| 
									
										
										
										
											2015-03-15 13:51:41 -07:00
										 |  |  | ${SCRIPT_DIR}/test_server_dart.sh | 
					
						
							|  |  |  | ${SCRIPT_DIR}/test_e2e_dart.sh |