Skip to content

Commit

Permalink
Fix TAS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Jan 29, 2020
1 parent 29bfdf7 commit 7e04c5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/tas/100aa_am/script.hltas
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version 1
frametime0ms 0.0000000001
frames
----------|------|------|0.001|-|-|1|_bxt_norefresh 1;sensitivity 0;sv_airaccelerate 100;bxt_taslog
----------|------|------|0.001|-|-|1|_bxt_norefresh 1;sensitivity 0;sv_airaccelerate 100
----------|------|------|0.001|-|-|2

s03-j-----|------|------|0.001|180|-|338
Expand Down Expand Up @@ -3517,4 +3517,4 @@ s03-j--c--|------|------|0.001|180|-|371
----------|------|------|0.001|0|-|5000


----------|------|------|0.001|-|-|1|bxt_taslog;quit
----------|------|------|0.001|-|-|1|bxt_taslog 0;quit
4 changes: 2 additions & 2 deletions tests/tas/100aa_am_linux/script.hltas
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version 1
frametime0ms 0.0000000001
frames
----------|------|------|0.001|-|-|1|_bxt_norefresh 1;sensitivity 0;sv_airaccelerate 100;bxt_taslog
----------|------|------|0.001|-|-|1|_bxt_norefresh 1;sensitivity 0;sv_airaccelerate 100
----------|------|------|0.001|-|-|2

s03-j-----|------|------|0.001|180|-|338
Expand Down Expand Up @@ -3517,4 +3517,4 @@ s03-j--c--|------|------|0.001|180|-|371
----------|------|------|0.001|0|-|5000


----------|------|------|0.001|-|-|1|bxt_taslog;quit
----------|------|------|0.001|-|-|1|bxt_taslog 0;quit
4 changes: 2 additions & 2 deletions tests/tas/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def main():

run([
launcher, '-game', game_dir, '+bxt_taslog_filename',
taslogger_path, '+map', map_name, '+bxt_tas_loadscript',
script_path
taslogger_path, '+bxt_tas_write_log', '1', '+map', map_name,
'+bxt_tas_loadscript', script_path
])

print('Processing the log')
Expand Down

0 comments on commit 7e04c5f

Please sign in to comment.