aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-15 17:27:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-15 17:27:29 +0300
commitb2436ef9390b9dddb9c010eec5caca40400f8c8b (patch)
tree43c356dfeb5060066b4bd4b64ea06b1615a07f85 /.appveyor.yml
parentWIP: add simple Process class (diff)
downloadwinapi-common-b2436ef9390b9dddb9c010eec5caca40400f8c8b.tar.gz
winapi-common-b2436ef9390b9dddb9c010eec5caca40400f8c8b.zip
rename utility "args" to "echo"
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 1cbd5cd..da5c40a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -45,7 +45,7 @@ after_build:
- appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip"
test_script:
- - '"%install_dir%\bin\winapi-common-unit-tests.exe" -- "--test_exe=%install_dir%\bin\winapi-common-test-args.exe"'
+ - '"%install_dir%\bin\winapi-common-unit-tests.exe" -- "--test_exe=%install_dir%\bin\winapi-common-test-echo.exe"'
for:
# Build Release on master only to speed things up: