chore(tests/lean/interactive/test_single): ignore progress responses
This commit is contained in:
parent
33ec940604
commit
b10ebade8c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ echo "-- testing $f"
|
|||
OUTPUT="$("$LEAN" -j0 -D pp.unicode=true --server < "$f")"
|
||||
# make paths system-independent
|
||||
if [[ "$OSTYPE" == "msys" ]]; then
|
||||
echo "$OUTPUT" | sed "s|$ROOT_PATH_NORMALIZED||g" | sed 's|\\\\|/|g' > "$f.produced.out"
|
||||
echo "$OUTPUT" | grep -v '"response":"current_tasks"' | sed "s|$ROOT_PATH_NORMALIZED||g" | sed 's|\\\\|/|g' > "$f.produced.out"
|
||||
else
|
||||
OUTPUT=${OUTPUT//$ROOT_PATH_NORMALIZED/}
|
||||
echo "$OUTPUT" > "$f.produced.out"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue