summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/idle
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-20 15:45:04 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-20 15:45:04 -0400
commitbc1ca7c59e387b3bf0e18b3c9c547b9d9891281e (patch)
tree3179b53c820c221b097cef04e19a5360cc449adf /pts/test-resources/idle
parent0f835c4e64b020ea32c01bafcc4198e028a7b67a (diff)
downloadphoronix-test-suite-upstream-bc1ca7c59e387b3bf0e18b3c9c547b9d9891281e.tar.gz
phoronix-test-suite-upstream-bc1ca7c59e387b3bf0e18b3c9c547b9d9891281e.tar.xz
phoronix-test-suite-upstream-bc1ca7c59e387b3bf0e18b3c9c547b9d9891281e.zip
pts-core: If running a test and it's NO_RESULT type, don't prompt to
save pts-core: If using custom input value, it will prompt user until the input is !empty()
Diffstat (limited to 'pts/test-resources/idle')
-rw-r--r--pts/test-resources/idle/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/idle/install.sh b/pts/test-resources/idle/install.sh
index 6c58225..0a8dcaa 100644
--- a/pts/test-resources/idle/install.sh
+++ b/pts/test-resources/idle/install.sh
@@ -2,6 +2,6 @@
echo "#!/bin/sh
SLEEPTIME=\$((\$1 * 60))
-echo \"Sleeping for \$SLEEPTIME minutes.\"
+echo \"Sleeping for \$1 minutes.\"
sleep \$SLEEPTIME" > idle
chmod +x idle