mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	This works around a nasty problem with Webpack that you can't run two copies of the Webpack development server on the same project at the same time (even if on different ports). The second copy doesn't fail, it just hangs waiting for some lock, which is confusing; but even if that were to be solved, we don't actually need the webpack development server running to run the Casper tests; we just need bundle.js built. So the easy solution is to just run webpack manually and be sure to include bundle.js in the JS_SPECS entry. As a follow-up to this change, we should clean up how test_settings.py is implemented to not require duplicating code from settings.py. Fixes #878.
		
			
				
	
	
	
		
			4.1 KiB
		
	
	
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4.1 KiB
		
	
	
	
	
		
			Executable File