Skip to content

Commit

Permalink
adding test #21 #11954
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Nov 4, 2022
1 parent 6ddc97c commit ce3df3d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/netgen/errors/false_gz_output/errors.netgen
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Error: Could not build output file 'out/net.net.xml.gz' (strict_fstream: open('out/net.net.xml.gz',out|binary): open failed: No such file or directory).
Quitting (on error).
1 change: 1 addition & 0 deletions tests/netgen/errors/false_gz_output/exitcode.netgen
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
1 change: 1 addition & 0 deletions tests/netgen/errors/false_gz_output/options.netgen
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--grid --output=out/net.net.xml.gz
Empty file.
4 changes: 3 additions & 1 deletion tests/netgen/errors/testsuite.netgen
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ unknown_option
# Test for not buildable plain output
false_plain_output

# Test for not buildable gz output
false_gz_output

# Tests for using more than one input type
multiple_types

0 comments on commit ce3df3d

Please sign in to comment.