Skip to content

Commit

Permalink
fix file piping
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnerTh committed Nov 21, 2023
1 parent b434935 commit c8bf0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test_target := "./..."
.PHONY: prepare-sqlite
prepare-sqlite:
rm -f mermerd_test.db
sqlite3 mermerd_test.db < <(cat test/db-table-setup.sql test/sqlite/sqlite-enum-setup.sql test/sqlite/sqlite-multiple-databases.sql)
cat test/db-table-setup.sql test/sqlite/sqlite-enum-setup.sql test/sqlite/sqlite-multiple-databases.sql | sqlite3 mermerd_test.db

.PHONY: test-coverage
test-coverage:
Expand Down

0 comments on commit c8bf0b0

Please sign in to comment.