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 tAntennaUse 2>&1 > tAntennaUse.log ./runctest.sh tAntennaUse
#!/bin/sh #!/bin/sh
./runctest.sh tObservation 2>&1 > tObservation.log ./runctest.sh tObservation
#!/bin/sh #!/bin/sh
./runctest.sh tBlobAipsIO 2>&1 > tBlobAipsIO_test.log ./runctest.sh tBlobAipsIO
#!/bin/sh #!/bin/sh
./runctest.sh tBlobArray 2>&1 > tBlobArray_test.log ./runctest.sh tBlobArray
#!/bin/sh #!/bin/sh
./runctest.sh tBlobArrayHeader 2>&1 > tBlobArrayHeader_test.log ./runctest.sh tBlobArrayHeader
#!/bin/sh #!/bin/sh
./runctest.sh tBlobCasa 2>&1 > tBlobCasa_test.log ./runctest.sh tBlobCasa
#!/bin/sh #!/bin/sh
./runctest.sh tBlobField 2>&1 > tBlobField_test.log ./runctest.sh tBlobField
#!/bin/sh #!/bin/sh
./runctest.sh tBlobHeader 2>&1 > tBlobHeader_test.log ./runctest.sh tBlobHeader
#!/bin/sh #!/bin/sh
./runctest.sh tBlobSTL 2>&1 > tBlobSTL_test.log ./runctest.sh tBlobSTL
#!/bin/sh #!/bin/sh
./runctest.sh tBlobStream 2>&1 > tBlobStream_test.log ./runctest.sh tBlobStream
#!/bin/sh #!/bin/sh
./runctest.sh tBlobString 2>&1 > tBlobString_test.log ./runctest.sh tBlobString
#!/bin/sh #!/bin/sh
./runctest.sh tKeyValueMap 2>&1 > tKeyValueMap_test.log ./runctest.sh tKeyValueMap
#!/bin/sh #!/bin/sh
./runctest.sh tAllocator 2>&1 > tAllocator.log ./runctest.sh tAllocator
#!/bin/sh #!/bin/sh
./runctest.sh tCancellation 2>&1 > tCancellation.log ./runctest.sh tCancellation
#!/bin/sh #!/bin/sh
./runctest.sh tCasaLogSink 2>&1 > tCasaLogSink.log ./runctest.sh tCasaLogSink
#!/bin/sh #!/bin/sh
./runctest.sh tComplex 2>&1 > tComplex.log ./runctest.sh tComplex
#!/bin/sh #!/bin/sh
./runctest.sh tCondition 2>&1 > tCondition.log ./runctest.sh tCondition
#!/bin/sh #!/bin/sh
./runctest.sh tDataConvert 2>&1 > tDataConvert.log ./runctest.sh tDataConvert
#!/bin/sh #!/bin/sh
./runctest.sh tFileLocator 2>&1 > tFileLocator.log ./runctest.sh tFileLocator
#!/bin/sh #!/bin/sh
./runctest.sh tHexdump 2>&1 > tHexdump.log ./runctest.sh tHexdump
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