Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rus committed Sep 30, 2020
1 parent 8425549 commit d8e78e8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Expand Up @@ -122,6 +122,8 @@ build_script:
Add-Content "C:\Program Files\postgresql\12\data\postgresql.conf" "timescaledb.ssl_dir='C:/projects/timescaledb/build/tsl/test'"
Add-Content "C:\Program Files\postgresql\12\data\postgresql.conf" "timescaledb.passfile='C:/projects/timescaledb/build/tsl/test/pgpass.conf'"
Add-Content "C:\Program Files\postgresql\12\data\postgresql.conf" "timescaledb.license = 'apache'"
# Add-Content "C:\Program Files\postgresql\12\data\postgresql.conf" "log_min_messages='debug5'"
Expand Down Expand Up @@ -177,9 +179,6 @@ test_script:
Set-PSDebug -Trace 1
docker exec -it pgregress /bin/bash -c "cp C:\Program Files\postgresql\12\data\postgresql.conf C:\Program Files\postgresql\12\data\postgresql.conf.tsl"
Add-Content "C:\Program Files\postgresql\12\data\postgresql.conf" "timescaledb.license = 'apache'"
Get-Service -Name "postgresql-x64-12"
docker exec -it pgregress /bin/bash -c "psql -a -e -E -p 55432 -U postgres --host='docker.for.win.localhost' -v VERBOSITY=verbose -c'\dx;'"
Expand All @@ -190,7 +189,7 @@ test_script:
$TESTS1 = $?
docker exec -it pgregress /bin/bash -c "mv C:\Program Files\postgresql\12\data\postgresql.conf.tsl C:\Program Files\postgresql\12\data\postgresql.conf"
Add-Content "C:\Program Files\postgresql\12\data\postgresql.conf" "timescaledb.license = 'timescale'"
Restart-Service postgresql-x64-12
Expand Down

0 comments on commit d8e78e8

Please sign in to comment.