Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
1ea1940a
Commit
1ea1940a
authored
Apr 28, 2004
by
Lynn Garren
Browse files
more sed hacking
parent
c80d0c3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
HepPDT/test/testHepPDT.sh.in
View file @
1ea1940a
...
...
@@ -3,5 +3,6 @@
./testHepPDT@EXEEXT@ < testHepPDT.input
diff
-b
-q
testHepPDT.out @srcdir@/testHepPDT.output
>
/dev/null
sed
's/e-0\([0-9][0-9]\)/e-\1/g ; s/e+0\([0-9][0-9]\)/e+\1/g'
testHepPDT.out |
\
diff
-b
-q
- @srcdir@/testHepPDT.output
>
/dev/null
Random/test/testRandDists.sh.in
View file @
1ea1940a
...
...
@@ -3,4 +3,4 @@
./testRandDists@EXEEXT@ < @srcdir@/testRandDists.input
\
|
sed
s/e-00/e-0/g | diff
-b
-q
- @srcdir@/testRandDists.output
>
/dev/null
|
sed
'
s/e-00
\([0-9]\)
/e-0
\1
/g
'
| diff
-b
-q
- @srcdir@/testRandDists.output
>
/dev/null
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