From 7a5b50be940de2d6156e756482a2297014fb620b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 9 Dec 2016 14:46:16 +0000 Subject: move test script into utils --- test-netsurf | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 test-netsurf (limited to 'test-netsurf') diff --git a/test-netsurf b/test-netsurf deleted file mode 100755 index 90c7e121b..000000000 --- a/test-netsurf +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# This file is part of NetSurf, http://netsurf-browser.org/ -# Licensed under the GNU General Public License, -# http://www.opensource.org/licenses/gpl-license -# Copyright 2007 Rob Kendrick -# -# This launcher script is meant only for running nsgtk from inside the -# build tree, with some debugging enabled. It is not meant for day-to-day -# or packaged use! - -if [ -d ~/.netsurf ]; then - LOG=~/.netsurf/log.txt -elif [ -d /tmp ]; then - LOG=/tmp/netsurf-log.txt -else - LOG=netsurf-log.txt -fi - -echo $0: using $LOG as logfile - -ulimit -c unlimited - -if [ "x$1" = "x--gdb" ]; then - GDB="gdb --args" - echo - echo - echo "**********************************************************" - echo "Remember to type 'run' and press ENTER once gdb has loaded" - echo "**********************************************************" - echo - echo - shift -fi - -exec $GDB $PREFIX/bin/netsurf -v "$@" 2>&1 | tee $LOG -- cgit v1.2.3