From 83fd7d7a81d0e128aa51a61cc1d26e6d7f1de236 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Tue, 14 Oct 2008 09:09:16 -0400 Subject: pts: More test profile updates.... --- pts/test-resources/lightsmark/install.sh | 2 +- pts/test-resources/lightsmark/parse-results.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pts/test-resources/lightsmark') diff --git a/pts/test-resources/lightsmark/install.sh b/pts/test-resources/lightsmark/install.sh index 6c36198..3cd126b 100755 --- a/pts/test-resources/lightsmark/install.sh +++ b/pts/test-resources/lightsmark/install.sh @@ -11,5 +11,5 @@ case \$OS_ARCH in cd Lightsmark2008.2.0/bin/pc-linux32/ ;; esac -./backend \$@ 2>&1" > lightsmark +./backend \$@ > \$LOG_FILE 2>&1" > lightsmark chmod +x lightsmark diff --git a/pts/test-resources/lightsmark/parse-results.php b/pts/test-resources/lightsmark/parse-results.php index 391ba8b..e046172 100644 --- a/pts/test-resources/lightsmark/parse-results.php +++ b/pts/test-resources/lightsmark/parse-results.php @@ -1,6 +1,6 @@ -- cgit