Update CI to run the correct unit test command

This commit is contained in:
baldurk
2019-02-14 22:01:52 +00:00
parent 8603420d86
commit 35c1aab64d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -24,5 +24,5 @@ make -j2
echo "--- Running unit tests ---"
./bin/renderdoccmd test -t unit
./bin/renderdoccmd test unit
./bin/qrenderdoc --unittest
+1 -1
View File
@@ -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