mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
try fix appveyor
This commit is contained in:
parent
f320d66a5c
commit
2f5cad548f
2 changed files with 2 additions and 2 deletions
|
@ -29,6 +29,7 @@ test_script:
|
|||
- set CPATH=C:\libtap\include
|
||||
- set PATH=C:\libtap\bin;%PATH%
|
||||
- set HARNESS_BREAK=1
|
||||
- set HARNESS_VERBOSE=1
|
||||
- set FCS_USE_TEST_RUN=1
|
||||
- gmake pretest
|
||||
- perl run-tests.pl
|
||||
|
|
|
@ -623,8 +623,7 @@ KC JS 9H 4S 7S AD
|
|||
rand = constructRandom('ms3000000000')
|
||||
game = Game("freecell", rand, True)
|
||||
# TEST
|
||||
got_s = game.print_layout()
|
||||
ok(got_s == '''8D TS JS TD JH JD JC
|
||||
_cmp_board(game.print_layout(), '''8D TS JS TD JH JD JC
|
||||
4D QS TH AD 4S TC 3C
|
||||
9H KH QH 4C 5C KD AS
|
||||
9D 5D 8S 4H KS 6S 9S
|
||||
|
|
Loading…
Add table
Reference in a new issue