Skip to content

Commit ac539ab

Browse files
Baltolirv-jenkins
andauthored
Redirect kprove test output to stdout (#2153)
Co-authored-by: rv-jenkins <admin@runtimeverification.com>
1 parent 244b73f commit ac539ab

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

k-distribution/tests/regression-new/issue-1175/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ EXT=test
33
TESTDIR=.
44
KOMPILE_BACKEND=haskell
55
KOMPILE_FLAGS=--syntax-module TEST
6+
CONSIDER_PROVER_ERRORS=2>&1
67

78
include ../../../include/kframework/ktest.mak

k-distribution/tests/regression-new/kprove-java/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ KOMPILE_BACKEND=java
55
KOMPILE_FLAGS=--syntax-module DEMO
66
KPROVE_FLAGS=--def-module VERIFICATION
77

8+
CONSIDER_PROVER_ERRORS=2>&1
9+
810
export KOMPILE_BACKEND
911
export KPROVE_FLAGS
1012

0 commit comments

Comments
 (0)