瀏覽代碼

Tests enhancements 2

prieto 7 年之前
父節點
當前提交
e6381cc70a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      runtest.sh

+ 2
- 2
runtest.sh 查看文件

@@ -15,7 +15,7 @@
15 15
 #
16 16
 #   higher verbosity
17 17
 #
18
-# -d 0 : results are stored in logfiles in /tmp/logXXXXXXX repository, with XXXXXXX a timestamp (default)
18
+# -d 0 : results are not displayed but stored in logfiles in /tmp/logXXXXXXX repository, with XXXXXXX a timestamp (default)
19 19
 # -d 1 : results are displayed when tests finish and kept in logfiles in /tmp/logXXXXXXX repository, with XXXXXXX a timestamp
20 20
 # -d 2 : results are displayed when tests finish, they are not stored
21 21
 #
@@ -31,7 +31,7 @@ then
31 31
 	exit 1
32 32
 fi
33 33
 
34
-logdisplay=0;
34
+logdisplay=2;
35 35
 
36 36
 while getopts ":d:" opt; do
37 37
     case $opt in

Loading…
取消
儲存