summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode/mutexTry.php
diff options
context:
space:
mode:
authorTriatmoko2011-10-20 23:09:36 +0200
committerTriatmoko2011-10-20 23:09:36 +0200
commitebf6aa92b0101b43fc3cd0e4b117287083682bc7 (patch)
tree6f6fa5349edc8ba8a221e915ff3143f55a956511 /For Weekly Test/tricode/mutexTry.php
parentmodified the controller (diff)
downloadgsm-selftest-ebf6aa92b0101b43fc3cd0e4b117287083682bc7.tar.gz
gsm-selftest-ebf6aa92b0101b43fc3cd0e4b117287083682bc7.tar.xz
gsm-selftest-ebf6aa92b0101b43fc3cd0e4b117287083682bc7.zip
trying use smart test with the website
Diffstat (limited to 'For Weekly Test/tricode/mutexTry.php')
-rwxr-xr-xFor Weekly Test/tricode/mutexTry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/For Weekly Test/tricode/mutexTry.php b/For Weekly Test/tricode/mutexTry.php
index a671a54..f577915 100755
--- a/For Weekly Test/tricode/mutexTry.php
+++ b/For Weekly Test/tricode/mutexTry.php
@@ -80,7 +80,7 @@ if ($locking == '1') //1 means nobody is on the website
{
socket_set_timeout($fp,50); //one should set the number of the longest test, so we can define the timeout function (it is the number after "$fp,")
- fwrite($fp, "START TEST"); //send command to start the tests
+ fwrite($fp, "SMART TEST"); //send command to start the tests
if(!feof($fp))
{
while(!feof($fp))