Skip to content

Commit

Permalink
nix: uncompress the test file before copying
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenceisla committed Dec 15, 2023
1 parent 682aa4f commit 6daddd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/pgScript.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ let
pg_ctl start -o "$default_options" -o "${options}"
bzip2 -dk ../test/samples/all_movies.csv.bz2
cp ${../test/samples/all_movies.csv} $tmpdir/all_movies.csv
cp ${../test/samples/all_movies.csv.bz2} $tmpdir/all_movies.csv.bz2
Expand Down

0 comments on commit 6daddd8

Please sign in to comment.