diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-27 22:38:49 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-28 09:25:54 -0500 |
| commit | 33d77f82e878c86c0edf3bd21d359e5f40492ad2 (patch) | |
| tree | e3353118afafdb274f00f1c185c6a8bd7bfdfc07 /tests | |
| parent | 73ef7c4ccdcdc0934280f002af23ba663bf38426 (diff) | |
| download | nimterop-33d77f82e878c86c0edf3bd21d359e5f40492ad2.tar.gz nimterop-33d77f82e878c86c0edf3bd21d359e5f40492ad2.zip | |
Fix #151 and fix #153 - detect nim.cfg
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/getheader.nims | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/getheader.nims b/tests/getheader.nims index 7a0fc80..ef501ab 100644 --- a/tests/getheader.nims +++ b/tests/getheader.nims @@ -11,6 +11,7 @@ proc testCall(cmd, output: string, exitCode: int, delete = true) = if not delete: ccmd = ccmd.replace(" -f ", " ") + echo ccmd var (outp, exitC) = gorgeEx(ccmd) echo outp |
