summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/etqw-demo/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pts/test-resources/etqw-demo/install.sh')
-rwxr-xr-xpts/test-resources/etqw-demo/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/pts/test-resources/etqw-demo/install.sh b/pts/test-resources/etqw-demo/install.sh
index a3b489c..5a91fa5 100755
--- a/pts/test-resources/etqw-demo/install.sh
+++ b/pts/test-resources/etqw-demo/install.sh
@@ -4,7 +4,8 @@ unzip -o ETQW-demo2-client-full.r1.x86.run
echo "#!/bin/sh
cd data/
-./etqw.x86 \$@ | grep fps" > etqw
+./etqw.x86 \$@ > \$LOG_FILE 2>&1
+cat \$LOG_FILE | grep fps" > etqw
chmod +x etqw
tar -jxvf etqw-demo-files-3.tar.bz2