Skip to content

Commit

Permalink
PokeTZI: Ignore stdout (#74)
Browse files Browse the repository at this point in the history
The output of this test is timezone dependent and it already asserts
that the result is reasonable.
  • Loading branch information
bgamari authored and Mistuke committed Feb 8, 2017
1 parent 651b97e commit 2ffd9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all.T
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ test('helloworld', skip, compile_and_run, ['-package lang -package win32'])

test('lasterror', normal, compile_and_run, ['-package Win32'])
test('T4452', normal, compile_and_run, ['-package Win32'])
test('PokeTZI', normal, compile_and_run, ['-package Win32'])
test('PokeTZI', ignore_stdout, compile_and_run, ['-package Win32'])
test('HandleConversion', normal, compile_and_run, ['-package Win32'])

2 comments on commit 2ffd9a1

@Mistuke
Copy link
Contributor

@Mistuke Mistuke commented on 2ffd9a1 Feb 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Win32 Bindings for Haskell :: Win32 Continuous builds Build 29 is now running

@Mistuke
Copy link
Contributor

@Mistuke Mistuke commented on 2ffd9a1 Feb 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Win32 Bindings for Haskell :: Win32 Continuous builds Build 29 outcome was SUCCESS
Summary: Running Build time: 00:07:35

Please sign in to comment.