From 2db0df64842dfea86c1cdea1d6fc61ff6386ebf2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Janis=20Daniel=20Da=CC=88hne?=
 <janis.daehne2@student.uni-halle.de>
Date: Tue, 5 Nov 2019 18:13:47 +0100
Subject: [PATCH] - missing output (null) is now reported

---
 readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index b5fb0d7..d75044b 100644
--- a/readme.md
+++ b/readme.md
@@ -260,6 +260,8 @@ all other lines (meaning different by the first character):
   this is useful when some output is received after the test has finished
 * '**error:**' output from the error stream (from the user program)
 * '**expected:**' indicates the expected output of the user program (this normally followed after a **>** when the output was wrong)
+* '**miss**' we expected an output but the user program didn't out anything
+  * so this is written instead of an output **>**
 
 OR   
 when a compile error occurred then the output of the compiler
@@ -422,7 +424,7 @@ Columns (the same as in the local config except the db specific settings)
 #### Example
 
 id | workingDirFullPath | hardTimeoutInMs | hardCompileTimeoutInMs | hardMemoryLimitInKb | hardMaxDiskSpaceLimitInKb | maxParallelTests | maxNumberOfTestsWithOneRequest |runner | showTestRunnerDebugOutput | maxLinesToRead | maxErrLinesToRead | maxLinesToWrite | environmentVars
---- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | ---
+--- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- 
 1 | /Users/janis/Documents/Test/ | 4000 | 2000 | 2000 | 2000 | 10 | 15 | "/Users/janis/Misc/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/bin/java" -Dfile.encoding=UTF8 -cp "/Users/janis/Documents/Projects/SyndromAll/Syndrom_DefaultTestRunnerFullThreaded/out" Main | 0 | 500 | 500 | 500 | USER=yapextester\nHOME=/home/yapextester\nPWD=\nLANG=de_DE.UTF-8\nPATH=/usr/local/bin:/usr/bin:/bin:/ 
 
 
-- 
GitLab