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-07 20:26:09 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-06-07 20:28:02 +0200
commit1d813167c4464e3d955764ca54a1df51817ace4d (patch)
tree620ef98e7d45882d904faf5d909d2a0a94ec1dc9 /tests/caas/basic-recompile.txt
parent8f76092b89212ed9f691d288d11dc660dacc9d52 (diff)
downloadNim-1d813167c4464e3d955764ca54a1df51817ace4d.tar.gz
Implements prefixes for comments or specific mode runs.
Diffstat (limited to 'tests/caas/basic-recompile.txt')
-rw-r--r--tests/caas/basic-recompile.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/caas/basic-recompile.txt b/tests/caas/basic-recompile.txt
index 9c943fe88..d869944b9 100644
--- a/tests/caas/basic-recompile.txt
+++ b/tests/caas/basic-recompile.txt
@@ -2,6 +2,9 @@ main.nim
 > c
 SuccessX
 > c
-! Processing
+# 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 ! Processing
 SuccessX