diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-16 13:00:24 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-16 22:39:38 +0200 |
commit | d2def332fd6d290bd74cb1e491b3c8f8f09d894a (patch) | |
tree | 9ef8f7922882deb38d6050c9f6ae5576582e2222 /tests/caas/compile-then-def.txt | |
parent | d18d6ba019a512d579592b476aa8fec844879267 (diff) | |
download | Nim-d2def332fd6d290bd74cb1e491b3c8f8f09d894a.tar.gz |
Adds $SILENT replacement to reduce test output verbosity.
Diffstat (limited to 'tests/caas/compile-then-def.txt')
-rw-r--r-- | tests/caas/compile-then-def.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/caas/compile-then-def.txt b/tests/caas/compile-then-def.txt index 66ff29346..72ba46b04 100644 --- a/tests/caas/compile-then-def.txt +++ b/tests/caas/compile-then-def.txt @@ -1,9 +1,11 @@ main.nim -> c +> c --verbosity:0 --hints:on SuccessX -> idetools --track:$TESTNIM,5,18 --def + +> idetools --track:$TESTNIM,5,18 --def --verbosity:0 --hints:on strutils.toUpper ! SuccessX -> idetools --track:$TESTNIM,5,18 --def + +> idetools --track:$TESTNIM,5,18 --def --verbosity:0 --hints:on strutils.toUpper ! SuccessX |