summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/et/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pts/test-resources/et/install.sh')
-rwxr-xr-xpts/test-resources/et/install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/pts/test-resources/et/install.sh b/pts/test-resources/et/install.sh
index c8090f3..1e88a42 100755
--- a/pts/test-resources/et/install.sh
+++ b/pts/test-resources/et/install.sh
@@ -10,6 +10,5 @@ mv -f railgun.dm_83 et_/etmain/demos/
echo "#!/bin/sh
cd et_/
-./bin/Linux/x86/et.x86 \$@ 2>&1 | grep fps
-" > et
+./bin/Linux/x86/et.x86 \$@ > \$LOG_FILE 2>&1" > et
chmod +x et