mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Update CI to run the correct unit test command
This commit is contained in:
+1
-1
@@ -80,4 +80,4 @@ test_script:
|
||||
- ps: $env:testexe = "$env:PLATFORM\$env:CONFIGURATION\renderdoccmd.exe"
|
||||
- ps: if ( $env:PLATFORM -eq "x86" ) { $env:testexe = "Win32\$env:CONFIGURATION\renderdoccmd.exe" }
|
||||
- cmd: >-
|
||||
"%testexe%" test -t unit
|
||||
"%testexe%" test unit
|
||||
|
||||
@@ -24,5 +24,5 @@ make -j2
|
||||
|
||||
echo "--- Running unit tests ---"
|
||||
|
||||
./bin/renderdoccmd test -t unit
|
||||
./bin/renderdoccmd test unit
|
||||
./bin/qrenderdoc --unittest
|
||||
|
||||
@@ -8,5 +8,5 @@ make -j2
|
||||
echo "--- Running unit tests ---"
|
||||
|
||||
trap 'exit' ERR
|
||||
./bin/renderdoccmd test -t unit
|
||||
./bin/renderdoccmd test unit
|
||||
./bin/qrenderdoc.app/Contents/MacOS/qrenderdoc --unittest
|
||||
|
||||
Reference in New Issue
Block a user