summaryrefslogtreecommitdiff
path: root/test/run_test.sh
blob: 42795a7ea4b8f65ce4fe3d5d66251b58c4e7806e (plain)
1
2
3
4
test_command=$1
expected_output=$2
$test_command > test_log 2>&1
diff test_log $expected_output