File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ nvidia-cuda-mps-control -d
3333echo " start_server -uid ${UID} " | nvidia-cuda-mps-control
3434
3535cd TESTDIR_PLACEHOLDER/0
36- TESTDIR_PLACEHOLDER/0/run.sh | tee log_1.txt &
36+ TESTDIR_PLACEHOLDER/0/run.sh 2>&1 | tee log_1.txt &
3737cd TESTDIR_PLACEHOLDER/1
38- TESTDIR_PLACEHOLDER/1/run.sh | tee log_2.txt &
38+ TESTDIR_PLACEHOLDER/1/run.sh 2>&1 | tee log_2.txt &
3939cd TESTDIR_PLACEHOLDER/2
40- TESTDIR_PLACEHOLDER/2/run.sh | tee log_3.txt &
40+ TESTDIR_PLACEHOLDER/2/run.sh 2>&1 | tee log_3.txt &
4141cd TESTDIR_PLACEHOLDER/0
4242
4343wait
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ nvidia-cuda-mps-control -d
3333echo " start_server -uid ${UID} " | nvidia-cuda-mps-control
3434
3535cd TESTDIR_PLACEHOLDER/0
36- TESTDIR_PLACEHOLDER/0/run0.sh | tee log_1.txt &
36+ TESTDIR_PLACEHOLDER/0/run0.sh 2>&1 | tee log_1.txt &
3737cd TESTDIR_PLACEHOLDER/1
38- TESTDIR_PLACEHOLDER/1/run1.sh | tee log_2.txt &
38+ TESTDIR_PLACEHOLDER/1/run1.sh 2>&1 | tee log_2.txt &
3939cd TESTDIR_PLACEHOLDER/2
40- TESTDIR_PLACEHOLDER/2/run2.sh | tee log_3.txt &
40+ TESTDIR_PLACEHOLDER/2/run2.sh 2>&1 | tee log_3.txt &
4141cd TESTDIR_PLACEHOLDER/0
4242
4343wait
You can’t perform that action at this time.
0 commit comments