Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fleur
fleur
Commits
61c537fd
Commit
61c537fd
authored
Jan 19, 2018
by
Daniel Wortmann
Browse files
Made inpgen test posix compliant :-)
parent
3cf66f2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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