From e86c0417e32cbb55b9a71c4a12645da8ccc0c50d Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Wed, 25 Jan 2012 18:18:11 +0100 Subject: testApp custom --- testApp.sh | 4 ++-- 1 file 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 , --serial= 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 -- cgit v1.2.3-55-g7522