From 8bee70d3ce327f27fc0cf8f7c092a7317d88173a Mon Sep 17 00:00:00 2001 From: Frank Busse Date: Thu, 4 Apr 2019 18:18:38 +0100 Subject: klee-stats: add - to to-csv/grafana options --- test/regression/2017-03-23-early-exit-log-stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regression') diff --git a/test/regression/2017-03-23-early-exit-log-stats.c b/test/regression/2017-03-23-early-exit-log-stats.c index 3a76b9f8..6fb3d023 100644 --- a/test/regression/2017-03-23-early-exit-log-stats.c +++ b/test/regression/2017-03-23-early-exit-log-stats.c @@ -2,7 +2,7 @@ // RUN: rm -rf %t.klee-out // Delay writing instructions so that we ensure on exit that flush happens // RUN: not %klee --output-dir=%t.klee-out -exit-on-error -stats-write-interval=0 -stats-write-after-instructions=999999 -stats-commit-after=1 %t.bc 2> %t.log -// RUN: klee-stats -to-csv %t.klee-out > %t.stats.csv +// RUN: klee-stats --to-csv %t.klee-out > %t.stats.csv // RUN: FileCheck -check-prefix=CHECK-KLEE -input-file=%t.log %s // RUN: FileCheck -check-prefix=CHECK-STATS -input-file=%t.stats.csv %s #include "klee/klee.h" -- cgit 1.4.1