mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	 193bfdd831
			
		
	
	
	193bfdd831
	
	
	
		
			
			As a part of this MDEV following changes were made: 1) Mariadb named executables used instead of mysql named executables in scripts 2) renamed mysql-test-run and mysql-stress-test to mariadb-test-run and mariadb-stress-test and created a symlink.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| #!/usr/bin/env perl
 | |
| # Call mtr in out-of-source build
 | |
| $ENV{MTR_BINDIR} = '@CMAKE_BINARY_DIR@';
 | |
| chdir('@CMAKE_SOURCE_DIR@/mysql-test');
 | |
| exit(system($^X, '@CMAKE_SOURCE_DIR@/mysql-test/mariadb-test-run.pl', @ARGV) >> 8);
 |