Skip to content

Commit

Permalink
Revert "phoronix-test-suite: add Y for User Agreement"
Browse files Browse the repository at this point in the history
This reverts commit 0c2a1aa.

The argreement can only bee seen at the first time phoronix
running, we should fix it in the rootfs.

Signed-off-by: Wanlong Gao <[email protected]>
Signed-off-by: Huang, Ying <[email protected]>
  • Loading branch information
gaowanlong authored and yhuang-intel committed Jul 30, 2015
1 parent 3806030 commit f821082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phoronix-test-suite.xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ case $test in
# 2: 16 Million Digits [This Test could take a while to finish.]
# 3: 4 threads [2+ Cores Recommended]
# todo: select different test according to testbox's hardware
test_opt="Y\n1\n2\n3\nn"
test_opt="1\n2\n3\nn"
;;
esac

if [ "$test_opt" ]; then
echo -e "$test_opt" | cmd phoronix-test-suite run $test
else
echo -e "Y\nn" | cmd phoronix-test-suite default-run $test
echo n | cmd phoronix-test-suite default-run $test
fi

end_time=$(date +%s.%N)
Expand Down

0 comments on commit f821082

Please sign in to comment.