summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/stresscpu2/parse-results.php
blob: b9e15e885a482922aeeeac018c6c9978d7f5bdfb (plain)
1
2
3
4
5
6
7
8
9
10
<?php

$log_file = trim(file_get_contents(getenv("LOG_FILE")));

if($log_file == "")
    echo "PASS";
else
    echo "FAIL";

?>