Revise top tests

This commit is contained in:
Rob Bocchino 2025-12-04 21:33:59 -08:00
parent bcda8999a5
commit d6d8da96be
16 changed files with 7 additions and 62 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh -e
. `dirname $0`/../check_topology.sh
check_topology

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
for file in `find . -name '*~' -or -name '*Ac.*' -or -name '*Ai.xml' -or -name '*.o'`
for file in `find . -name '*~' -or -name '*Ac.*' -or -name '*.o'`
do
rm $file
done

View File

@ -4,7 +4,7 @@ cd `dirname $0`
. ./check_topology.sh
for dir in `cat subdirs.txt`
for dir in `find . -mindepth 1 -type d`
do
echo "checking $dir"
(cd $dir; check_topology)

View File

@ -1,12 +1,6 @@
#!/bin/sh -e
echo "removing Ac files"
for file in `find . -name '*Ac.*'`
do
rm $file
done
for dir in `cat subdirs.txt`
for dir in `find . -mindepth 1 -type d`
do
(cd $dir; echo "cleaning $PWD"; ./clean)
done

View File

@ -1,5 +0,0 @@
#!/bin/sh -e
. `dirname $0`/../check_topology.sh
check_topology

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
for file in `find . -maxdepth 1 -name '*~' -or -name '*Ac.*' -or -name '*Ai.xml' -or -name '*.o'`
for file in `find . -name '*~' -or -name '*Ac.*' -or -name '*.o'`
do
rm $file
done

View File

@ -1,5 +0,0 @@
#!/bin/sh -e
. `dirname $0`/../check_topology.sh
check_topology

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
for file in `find . -name '*~' -or -name '*Ac.*' -or -name '*Ai.xml' -or -name '*.o'`
for file in `find . -name '*~' -or -name '*Ac.*' -or -name '*.o'`
do
rm $file
done

View File

@ -1,5 +0,0 @@
#!/bin/sh -e
. `dirname $0`/../check_topology.sh
check_topology

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
for file in `find . -maxdepth 1 -name '*~' -or -name '*Ac.*' -or -name '*Ai.xml' -or -name '*.o'`
for file in `find . -name '*~' -or -name '*Ac.*' -or -name '*.o'`
do
rm $file
done

View File

@ -1,8 +0,0 @@
basic
commands
health
params
tlm_packets
typed_ports_active
typed_ports_passive
typed_ports_queued

View File

@ -1,6 +0,0 @@
#!/bin/sh -e
. `dirname $0`/../check_topology.sh
check_topology

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
for file in `find . -name '*~' -or -name '*Ac.*' -or -name '*Ai.xml' -or -name '*.o'`
for file in `find . -name '*~' -or -name '*Ac.*' -or -name '*.o'`
do
rm $file
done

View File

@ -1,5 +0,0 @@
#!/bin/sh -e
. `dirname $0`/../check_topology.sh
check_topology

View File

@ -1,5 +0,0 @@
#!/bin/sh -e
. `dirname $0`/../check_topology.sh
check_topology

View File

@ -1,5 +0,0 @@
#!/bin/sh -e
. `dirname $0`/../check_topology.sh
check_topology