This website requires JavaScript.
Explore
Help
Sign in
eeva
/
gRPC-haskell
Watch
1
Star
0
Fork
You've already forked gRPC-haskell
0
mirror of
https://github.com/unclechu/gRPC-haskell.git
synced
2024-11-15 07:39:43 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
cc67b403af
gRPC-haskell
/
tests
/
test-client.sh
5 lines
57 B
Bash
Raw
Normal View
History
Unescape
Escape
Tweak shebangs to run tests from `nix-shell` under NixOS (#41)
2017-12-28 17:04:44 +01:00
#!/usr/bin/env bash
set
-eu
Fix `grpc-haskell` tests for Nix (#80) This updates the `release.nix` to now correctly run the test suite. You can now build and test `grpc-haskell` by running: ``` $ nix-build -A grpc-haskell release.nix ``` ... and `nix-shell` has been updated, too, so that you can do `cabal` development inside of a `nix-shell` by running: ``` $ nix-shell -A grpc-haskell.env release.nix ``` For people who prefer to use `stack` you can still just build the `grpc` library by running: ``` $ nix-build -A grpc release.nix ``` ... then pass that library as input to `stack`
2016-12-12 19:40:23 +01:00
python tests/test-client.py
Reference in a new issue
Copy permalink