File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,9 @@ sub run_pl {
8888 my $conv = $binary ;
8989 $conv =~ s @ vislcg3(\. exe)?$@ cg-conv@ g ;
9090 ` echo "Include Static grammar.cg3 ;" > grammar.bsf.cg3` ;
91- ` cat input.txt | "$binary " $args --in-cg --out-binary -g grammar.bsf.cg3 2>stderr.bsf.conv1.txt | "$binary " $args $override -g grammar.cg3 --in-binary --out-binary 2>stderr.bsf.vislcg3.txt | "$binary " $args --in-binary --out-cg -g grammar.bsf.cg3 2>stderr.bsf.conv2.txt | "$bindir /../scripts/cg-untrace" | "$bindir /../scripts/cg-sort" -m | "$bindir /../scripts/cg-stabilize-relations" | grep -v '<STREAMCMD:FLUSH>' >output.bsf.txt` ;
91+ ` cat input.txt | "$binary " $args --in-cg --out-binary -g grammar.bsf.cg3 2>stderr.bsf.conv1.txt | "$binary " $args $override -g grammar.cg3 --in-binary --out-binary 2>stderr.bsf.vislcg3.txt | "$binary " $args --in-binary --out-cg -g grammar.bsf.cg3 2>stderr.bsf.conv2.txt | "$bindir /../scripts/cg-untrace" | "$bindir /../scripts/cg-sort" -m | "$bindir /../scripts/cg-stabilize-relations" >output.bsf.txt` ;
9292 ` cat expected.txt | "$bindir /../scripts/cg-untrace" | "$bindir /../scripts/cg-sort" -m | "$bindir /../scripts/cg-stabilize-relations" > expected.bsf.txt` ;
93+ ` echo '<STREAMCMD:FLUSH>' >> expected.bsf.txt` ;
9394 ` diff -B expected.bsf.txt output.bsf.txt >diff.bsf.txt` ;
9495
9596 if (-s " diff.bsf.txt" ) {
You can’t perform that action at this time.
0 commit comments