summaryrefslogtreecommitdiffstats
path: root/testApp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testApp.sh')
-rwxr-xr-xtestApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testApp.sh b/testApp.sh
index 054169d..b78bebe 100755
--- a/testApp.sh
+++ b/testApp.sh
@@ -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/fbgui -display QVFb:$display_id $@
+$working_path/build/src/fbgui/fbgui -display QVFb:$display_id $@
# kill qvfb since fbgui stopped
killall qvfb