summaryrefslogtreecommitdiffstats
path: root/sim-scripts/gdb-sim-run.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-29 20:47:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-29 20:47:12 +0000
commitac4990ca730950a7fec45a7ab5fb4711f8426e14 (patch)
tree6377bf2adf6b22c82c06a3ab5c5ce737375a9752 /sim-scripts/gdb-sim-run.in
parent2009-07-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-ac4990ca730950a7fec45a7ab5fb4711f8426e14.tar.bz2
2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* gdb-sim-run.in: Skip pppd.exe * gumstix.in: Skyeye isn't trusted yet.
Diffstat (limited to '')
-rwxr-xr-xsim-scripts/gdb-sim-run.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index 2b54bdc..d165262 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -359,7 +359,7 @@ do
*-node1*)
warn "Running both nodes associated with ${toRun}"
;;
- minimum*)
+ minimum*|pppd*)
warn "Skipping ${toRun}; it locks up or takes a VERY long time to run"
continue
;;