Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
52
Issues
52
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
61c537fd
Commit
61c537fd
authored
Jan 19, 2018
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made inpgen test posix compliant :-)
parent
3cf66f2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
tests/tests/inpgen/Si_full_para/test.run1
tests/tests/inpgen/Si_full_para/test.run1
+1
-1
tests/tests/inpgen/Si_plain/test.run1
tests/tests/inpgen/Si_plain/test.run1
+1
-2
tests/tests/inpgen/Si_plain_explicit/test.run1
tests/tests/inpgen/Si_plain_explicit/test.run1
+1
-1
No files found.
tests/tests/inpgen/Si_full_para/test.run1
View file @
61c537fd
...
...
@@ -3,7 +3,7 @@
jt::copyfile("files/inp_Si_para",$workdir);
#jt::testrun("$executable < inp_Si_para",$workdir);
jt::testrun("$executable -explicit < inp_Si_para
&
>outshell ; cat outshell",$workdir);
jt::testrun("$executable -explicit < inp_Si_para
2>&1
>outshell ; cat outshell",$workdir);
$result=jt::test_grep_error("$workdir/outshell");
#now test output
...
...
tests/tests/inpgen/Si_plain/test.run1
View file @
61c537fd
...
...
@@ -2,8 +2,7 @@
jt::copyfile("files/inp_Si_plain",$workdir);
#jt::testrun("$executable < inp_Si_plain &> outshell | cat outshell",$workdir);
jt::testrun("$executable < inp_Si_plain &>outshell ; cat outshell",$workdir);
jt::testrun("$executable < inp_Si_plain 2>&1 >outshell ;cat outshell",$workdir);
$result=jt::test_grep_error("$workdir/outshell");
...
...
tests/tests/inpgen/Si_plain_explicit/test.run1
View file @
61c537fd
...
...
@@ -2,7 +2,7 @@
jt::copyfile("files/inp_Si_plain",$workdir);
jt::testrun("$executable -explicit < inp_Si_plain
&
>outshell ; cat outshell",$workdir);
jt::testrun("$executable -explicit < inp_Si_plain
2>&1
>outshell ; cat outshell",$workdir);
# test for errors and warnings
$result=jt::test_grep_error("$workdir/outshell");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment