5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/bash
|
|
|
|
$@ 2>&1 | tee run_test_results.txt
|
|
result-check.sh run_test_results.txt
|