haskell / c2hs

c2hs is a pre-processor for Haskell FFI bindings to C libraries
http://hackage.haskell.org/package/c2hs
Other
199 stars 50 forks source link

issue-192 test files appear to be missing #207

Closed snoyberg closed 6 years ago

snoyberg commented 6 years ago

Original issue: https://github.com/commercialhaskell/stackage/issues/3701

not a directory: /tmp/stackage-build11/c2hs-0.28.4/tests/bugs/issue-192
[1 of 1] Compiling Main             ( Issue48.hs, Issue48.o )
Linking Issue48 ...
[1 of 1] Compiling Main             ( Issue83.hs, Issue83.o )
Linking Issue83 ...
[1 of 1] Compiling Main             ( Issue102.hs, Issue102.o )
Linking Issue102 ...
  Issue #192: [Failed]
ERROR:
Ran commands:
cd /tmp/stackage-build11/c2hs-0.28.4/tests/bugs/issue-192
echo 'not a directory: /tmp/stackage-build11/c2hs-0.28.4/tests/bugs/issue-192'
exit 1

Exception: ExitFailure 1
2
5
  Issue #48: [OK]
(True,True)
TEST_VAL
8415
8415
TESTING
  Issue #83: [OK]
Unlocked
TST 1: 1234
TST 2: 13 47
TST 3: testing
  Issue #102: [OK]

         Test Cases   Total
 Passed  63           63
 Failed  1            1
 Total   64           64
deech commented 6 years ago

I just noticed this as well. Thanks!

deech commented 6 years ago

Should be fixed now.

mihaimaruseac commented 6 years ago

It is, thanks

snoyberg commented 6 years ago

Thanks @deech