Artifact de48b1c9d6f4bdc5c09b4fa9ee677cb3b46c9339:
- Executable file tests/fullrun/manual_example/runsetupxterm.sh — part of check-in [e06ef7ae11] at 2012-04-21 23:36:51 on branch extend-test-get-path — Moved the full run test suite to fullrun (user: matt, size: 462) [annotate] [blame] [check-ins using]
- Executable file tests/fullrun/tests/manual_example/runsetupxterm.sh — part of check-in [423f168820] at 2012-04-22 00:03:24 on branch extend-test-get-path — Arduously moved tests to the tests dir (user: matt, size: 462) [annotate] [blame] [check-ins using]
- Executable file tests/tests/manual_example/runsetupxterm.sh — part of check-in [a8bb833bf1] at 2011-10-30 21:48:41 on branch trunk — Example run for manual execution of tests (user: matt, size: 462) [annotate] [blame] [check-ins using]
#!/bin/bash if [[ $TARGETDISPLAY = "" || $TARGETHOST = "" || $TARGETDIR = "" || $TARGETUSER = "" ]]; then msg="You must set the TARGETDISPLAY, TARGETHOST, TARGETDIR and TARGETUSER variables for manual tests" echo $msg megatest -test-status :state COMPLETED :status FAIL -m $msg exit 1 else megatest -step setup :state start :status n/a xterm -display $TARGETDISPLAY -e ./setupremote.sh megatest -step setup :state end :status $? fi