mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	tests: Don’t run lint tests under valgrind
That’s not useful, as the lint tests aren’t actually GLib code. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
		@@ -13,7 +13,7 @@ if have_bash
 | 
			
		||||
    test(
 | 
			
		||||
      test_name, files(test_name),
 | 
			
		||||
      env : common_test_env,
 | 
			
		||||
      suite : 'lint',
 | 
			
		||||
      suite : ['lint', 'no-valgrind'],
 | 
			
		||||
      protocol : 'tap',
 | 
			
		||||
    )
 | 
			
		||||
  endforeach
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user