X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2F6e-create_50ohm_401Pixel_high_symmetrical_stripline.test;h=4a8646e20b1b1fbc35d3169fbd262e208d638e9c;hb=refs%2Fheads%2Fmaster;hp=b7f4cb7d5bccd2f8d854d9f6019703f85ce22b92;hpb=a51f9bc3e458756855df5ab51a7e7ec015a9aebd;p=debian%2Fatlc diff --git a/tests/6e-create_50ohm_401Pixel_high_symmetrical_stripline.test b/tests/6e-create_50ohm_401Pixel_high_symmetrical_stripline.test index b7f4cb7..4a8646e 100755 --- a/tests/6e-create_50ohm_401Pixel_high_symmetrical_stripline.test +++ b/tests/6e-create_50ohm_401Pixel_high_symmetrical_stripline.test @@ -5,8 +5,7 @@ # atlc is then called, and its estimate calaculated, which will differ # slightly from the theoretical data -ZoTheory=`$top_builddir/src/non_gui/create_bmp_for_symmetrical_stripline -v 2222 401 578 $top_builddir/tmp/50ohm-401h.bmp | awk '{print $4}'` -#echo "Zo theory = " $ZoTheory "Zo altc= " $Zoatlc " cksum of bitmap" $MD5SUM "cksum of .Ex.bmp= " $EXMD5SUM +ZoTheory=`$top_builddir/src/create_bmp_for_symmetrical_stripline -v 2222 401 578 $top_builddir/tmp/50ohm-401h.bmp | awk '{print $4}' | tail -1` if [ $ZoTheory = 50.026376 ] ; then rm $top_builddir/tmp/50ohm-401h.bmp echo "PASSED:" $0 >> tests.log