Skip to content

Commit 7048e96

Browse files
committed
Fixed travis and appveyor test runnings
1 parent afc946a commit 7048e96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ before_install:
3636
script:
3737
- cmake .
3838
- make -j4
39-
- ./sqfvm -a --no-execute-print --load . -i tests/runTests.sqf
39+
- ./sqfvm -a --no-execute-print -i tests/runTests.sqf

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ only_commits:
4444
test_script:
4545
- cmd: |-
4646
cd c:\projects\vm
47-
.\build\Release\sqfvm.exe -a --no-execute-print --load . -i tests\runTests.sqf
47+
.\build\Release\sqfvm.exe -a --no-execute-print -i tests\runTests.sqf

0 commit comments

Comments
 (0)