Skip to content

Commit

Permalink
Fix snapshot tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cube2222 committed Jul 24, 2022
1 parent 27921b2 commit c7288e3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 33 deletions.
26 changes: 0 additions & 26 deletions tests/scenarios/stdin/multi_stdin.err

This file was deleted.

1 change: 0 additions & 1 deletion tests/scenarios/stdin/multi_stdin.in

This file was deleted.

Empty file.
2 changes: 1 addition & 1 deletion tests/scenarios/stdin/seqsum.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
seq 100 | octosql "SELECT SUM(int(text)) FROM lines.stdin"
seq 100 | octosql "SELECT SUM(int(text)) FROM lines.stdin" -ojson
6 changes: 1 addition & 5 deletions tests/scenarios/stdin/seqsum.out
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
+------+
| sum |
+------+
| 5050 |
+------+
{"sum":5050}

0 comments on commit c7288e3

Please sign in to comment.