root / run-tests

Revision e14bd03f8ba28e82b1fd140c5f8a0de58fb351be, 310 bytes (checked in by njs@…, 2 months ago)

not sure why this is needed, but whatever...

Line 
1#!/bin/sh
2
3./do-build
4
5#RUNNER="valgrind python"
6#RUNNER="gdb --args python"
7#RUNNER="pydb --trace"
8RUNNER=python
9$RUNNER "-Wignore:could not open display" \
10  ./yatest.py -p install/lib/python/wimpiggy \
11              -p install/lib/python/parti \
12              -p install/lib/python/xpra \
13              "$@"
Note: See TracBrowser for help on using the browser.