~linaro-validation/lava-android-test/trunk

« back to all changes in this revision

Viewing changes to lava_android_test/test_definitions/hostshells/workload.sh

  • Committer: Senthil Kumaran
  • Date: 2013-04-07 10:45:01 UTC
  • mfrom: (243.1.1 lava-android-test)
  • Revision ID: senthil.kumaran@linaro.org-20130407104501-an61732iwnicbc6t
Merge naresh's changes to pring results file content on stdout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
        echo "Failed to run workload.py config.csv outputdir/"
139
139
        exit 1
140
140
    fi
 
141
    cat ${result}
141
142
    parse_output_result ${result}
142
143
}
143
144