Skip to content
Snippets Groups Projects
Commit bf29eb42 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #4437: Here are the required changes for item 2 on the list; sed is your friend :)

parent 66a84615
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
#!/bin/sh #!/bin/sh
./runctest.sh tCommandQueue > tCommandQueue.log 2>&1 ./runctest.sh tCommandQueue
#!/bin/sh #!/bin/sh
./runctest.sh tStrategy > tStrategy.log 2>&1 ./runctest.sh tStrategy
#!/bin/sh #!/bin/sh
./runctest.sh -stdout tBBSStatus 2>&1 > tBBSStatus.log ./runctest.sh -stdout tBBSStatus
#!/bin/sh #!/bin/sh
./runctest.sh tBandpass > /dev/null 2>&1 ./runctest.sh tBandpass
#!/bin/sh #!/bin/sh
./runctest.sh tCorrect > tCorrect.log 2>&1 ./runctest.sh tCorrect
#!/bin/sh #!/bin/sh
./runctest.sh tFillRow > tFillRow.log 2>&1 ./runctest.sh tFillRow
#!/bin/sh #!/bin/sh
./runctest.sh tJonesCMul3 > tJonesCMul3.log 2>&1 ./runctest.sh tJonesCMul3
#!/bin/sh #!/bin/sh
./runctest.sh tMSData > tMSData.log 2>&1 ./runctest.sh tMSData
#!/bin/sh #!/bin/sh
./runctest.sh tMeqParm > tMeqParm.log 2>&1 ./runctest.sh tMeqParm
#!/bin/sh #!/bin/sh
./runctest.sh tMeqPolc > tMeqPolc.log 2>&1 ./runctest.sh tMeqPolc
#!/bin/sh #!/bin/sh
./runctest.sh tMeqPolcLog > tMeqPolcLog.log 2>&1 ./runctest.sh tMeqPolcLog
#!/bin/sh #!/bin/sh
./runctest.sh tMeqTabular > tMeqTabular.log 2>&1 ./runctest.sh tMeqTabular
#!/bin/sh #!/bin/sh
./runctest.sh tParmMerge > tParmMerge.log 2>&1 ./runctest.sh tParmMerge
#!/bin/sh #!/bin/sh
./runctest.sh tPerturbed > tPerturbed.log 2>&1 ./runctest.sh tPerturbed
#!/bin/sh #!/bin/sh
./runctest.sh tPredSolv "" 1e-6 > tPredSolv.log 2>&1 ./runctest.sh tPredSolv "" 1e-6
#!/bin/sh #!/bin/sh
./runctest.sh tPredict > tPredict.log 2>&1 ./runctest.sh tPredict
#!/bin/sh #!/bin/sh
./runctest.sh tSubtract > tSubtract.log 2>&1 ./runctest.sh tSubtract
#!/bin/sh #!/bin/sh
./runctest.sh tAverager > tAverager.log 2>&1 ./runctest.sh tAverager
#!/bin/sh #!/bin/sh
./runctest.sh tMedFlagger > tMedFlagger.log 2>&1 ./runctest.sh tMedFlagger
#!/bin/sh #!/bin/sh
./runctest.sh tMedian > tMedian.log 2>&1 ./runctest.sh tMedian
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment