Closed ChrisTimperley closed 5 years ago
This test is roughly translated into the following shell command:
$ python cb-replay-pov.py "${test_file}" \
--cbs "${bin_challenge}" \
--negotiate \
--pov_seed 0 \
--timeout ${timeout}
where ${test_file}
resolves to /challenge/build/challenges/AIS-Lite/pov_1.pov
, ${bin_challenge}
resolves to /challenge/build/challenges/AIS-Lite/AIS-Lite
, and ${timeout}
resolves to 20
.
$ python cb-replay-pov.py /challenge/build/challenges/AIS-Lite/pov_1.pov --cbs /challenge/build/challenges/AIS-Lite/AIS-Lite --negotiate --pov_seed 0 --timeout 15