mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 15:38:57 +08:00 
			
		
		
		
	mdbx-ci: fix exe-paths for AppVeyor.
This commit is contained in:
		| @@ -66,11 +66,11 @@ build_script: | ||||
| test_script: | ||||
| - ps: | | ||||
|     if (($env:PLATFORM -ne "ARM") -and ($env:PLATFORM -ne "ARM64")) { | ||||
|         & test\mdbx_test.exe --pathname=test.db --dont-cleanup-after basic | Tee-Object -file test.log | Select-Object -last 42 | ||||
|         & ./$env:CONFIGURATION/mdbx_test.exe --pathname=test.db --dont-cleanup-after basic | Tee-Object -file test.log | Select-Object -last 42 | ||||
|         if ($LastExitCode -ne 0) { | ||||
|             throw "Exec: $ErrorMessage" | ||||
|         } else { | ||||
|             & src\tools\mdbx_chk.exe -nvv test.db | Tee-Object -file chk.log | Select-Object -last 42 | ||||
|             & ./$env:CONFIGURATION/mdbx_chk.exe -nvv test.db | Tee-Object -file chk.log | Select-Object -last 42 | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user