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 21 additions and 21 deletions
#!/bin/sh
./runctest.sh tsetupparmdb > tsetupparmdb.log 2>&1
./runctest.sh tsetupparmdb
#!/bin/sh
./runctest.sh tsetupsourcedb > tsetupsourcedb.log 2>&1
./runctest.sh tsetupsourcedb
#!/bin/sh
./runctest.sh pipeline_test > pipeline_test.log 2>&1
./runctest.sh pipeline_test
#!/bin/sh
./runctest.sh tbdsm_import > tbdsm_import.log 2>&1
./runctest.sh tbdsm_import
#!/bin/sh
./runctest.sh tbdsm_process_image > tbdsm_process_image.log 2>&1
./runctest.sh tbdsm_process_image
#!/bin/sh
./runctest.sh tpyparmdb > tpyparmdb.log 2>&1
./runctest.sh tpyparmdb
#!/bin/sh
./runctest.sh tEmbraceStMan 2>&1 > tEmbraceStMan.log
./runctest.sh tEmbraceStMan
#!/bin/sh
./runctest.sh tBlobIO 2>&1 > tBlobIO.log
./runctest.sh tBlobIO
#!/bin/sh
./runctest.sh -stdout tConverterCommand 2>&1 > tConverterCommand.log
./runctest.sh -stdout tConverterCommand
#!/bin/sh
./runctest.sh -stdout tConverterStatus 2>&1 > tConverterStatus.log
./runctest.sh -stdout tConverterStatus
#!/bin/sh
./runctest.sh tCoord3D 2>&1 > tCoord3D.log
./runctest.sh tCoord3D
#!/bin/sh
./runctest.sh tDH_Request 2>&1 > tDH_Request.log
./runctest.sh tDH_Request
#!/bin/sh
./runctest.sh tDH_Result 2>&1 > tDH_Result.log
./runctest.sh tDH_Result
#!/bin/sh
./runctest.sh -stdout tDirection 2>&1 > tDirection.log
./runctest.sh -stdout tDirection
#!/bin/sh
./runctest.sh tEpoch 2>&1 > tEpoch.log
./runctest.sh tEpoch
#!/bin/sh
./runctest.sh tPosition 2>&1 > tPosition.log
./runctest.sh tPosition
#!/bin/sh
echo "impl" > tConverter.in
./runctest.sh -stdout tConverter > tConverter_impl.log
./runctest.sh -stdout tConverter
echo "client localhost 31339" > tConverter.in
./runctest.sh -stdout tConverter > tConverter_client.log
./runctest.sh -stdout tConverter
#!/bin/sh
echo "client localhost 31340" > tConverterStress.in
./runctest.sh tConverterStress > tConverterStress.log
./runctest.sh tConverterStress
#!/bin/sh
./runctest.sh tAntField 2>&1 > tAntField.log
./runctest.sh tAntField
#!/bin/sh
./runctest.sh tAntennaSet 2>&1 > tAntennaSet.log
./runctest.sh tAntennaSet
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