summaryrefslogtreecommitdiffstats
path: root/testApp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testApp.sh')
-rwxr-xr-xtestApp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testApp.sh b/testApp.sh
index ae9038e..7e044b8 100755
--- a/testApp.sh
+++ b/testApp.sh
@@ -11,7 +11,7 @@
# -s <path>, --serial=<path> sets path to serial number file
#
# Note: all path are expected to be absolute.
-QT_VERSION=Qt-4.7.2
+QT_VERSION=Qt-4.8.0
# clean /tmp/fbgui
[ -d /tmp/fbgui ] && rm -rf /tmp/fbgui
@@ -31,6 +31,6 @@ display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
# quick sleep to wait for qvfb loading
sleep 0.2
# Start fbgui connecting to QVFb with display_id from above.
-$working_path/build/src/fbgui/fbgui -display QVFb:$display_id $@
+$working_path/../workspace/fbgui/src/fbgui/fbgui -display QVFb:$display_id $@
# kill qvfb since fbgui stopped
killall qvfb