summary refs log tree commit diff stats
path: root/tests/caas/basic-recompile.txt
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-06-16 13:00:24 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-06-16 22:39:38 +0200
commitd2def332fd6d290bd74cb1e491b3c8f8f09d894a (patch)
tree9ef8f7922882deb38d6050c9f6ae5576582e2222 /tests/caas/basic-recompile.txt
parentd18d6ba019a512d579592b476aa8fec844879267 (diff)
downloadNim-d2def332fd6d290bd74cb1e491b3c8f8f09d894a.tar.gz
Adds $SILENT replacement to reduce test output verbosity.
Diffstat (limited to 'tests/caas/basic-recompile.txt')
-rw-r--r--tests/caas/basic-recompile.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/caas/basic-recompile.txt b/tests/caas/basic-recompile.txt
index d869944b9..620e0c059 100644
--- a/tests/caas/basic-recompile.txt
+++ b/tests/caas/basic-recompile.txt
@@ -1,10 +1,10 @@
 main.nim
-> c
+> c --verbosity:0 --hints:on
 SuccessX
-> c
 # The "Processing" string will be found always in proc mode since each
 # compilation command will generate it. We need to test it only in Caas mode to
 # verify the server is not recompiling again the file.
+CaasRun > c --verbosity:0 --hints:on
 CaasRun ! Processing
-SuccessX
+CaasRun SuccessX