mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-23 03:29:42 +01:00
Tweak shebangs to run tests from nix-shell
under NixOS (#41)
This commit is contained in:
parent
4ef32ccf42
commit
3fb4d88526
5 changed files with 10 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash -eu
|
#!/usr/bin/env bash
|
||||||
|
set -eu
|
||||||
|
|
||||||
pyTmpDir=$1
|
pyTmpDir=$1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash -eu
|
#!/usr/bin/env bash
|
||||||
|
set -eu
|
||||||
hsTmpDir=$1
|
hsTmpDir=$1
|
||||||
|
|
||||||
ghc \
|
ghc \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash -eu
|
#!/usr/bin/env bash
|
||||||
|
set -eu
|
||||||
hsTmpDir=$1
|
hsTmpDir=$1
|
||||||
|
|
||||||
ghc \
|
ghc \
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash -eu
|
#!/usr/bin/env bash
|
||||||
|
set -eu
|
||||||
|
|
||||||
python tests/test-client.py
|
python tests/test-client.py
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash -eu
|
#!/usr/bin/env bash
|
||||||
|
set -eu
|
||||||
|
|
||||||
python tests/test-server.py
|
python tests/test-server.py
|
||||||
|
|
Loading…
Reference in a new issue