Skip to content

Commit

Permalink
fix: adapt outputfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Oct 31, 2024
1 parent 14bb940 commit 700518e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ binaries
build
dist
output-bulk
output.map
output.qml
output.sld
output.*
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function runAllTests() {
}

// test mapfile to geostyler
outputFile = 'output.map';
outputFile = 'output.geostyler';
args = ['start', '--', '-s', 'mapfile', '-o', outputFile, 'testdata/point_simplepoint.map'];
runTest(args, outputFile);

Expand Down

0 comments on commit 700518e

Please sign in to comment.