X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2F5c-check_numeric_data_from_atlc-2conductor.test;fp=tests%2F5c-check_numeric_data_from_atlc-2conductor.test;h=e21b6dd11e1dc10bc4d51b737236a95372dc8a3a;hb=ec2d2ab8e90a0c4b86ffc2385655c2fb27fcacd9;hp=fd2a4d4b877f6d23126bea3e365b017b01f527a9;hpb=795fb988211df268a8f7724bd2f4493c594abee9;p=debian%2Fatlc diff --git a/tests/5c-check_numeric_data_from_atlc-2conductor.test b/tests/5c-check_numeric_data_from_atlc-2conductor.test index fd2a4d4..e21b6dd 100755 --- a/tests/5c-check_numeric_data_from_atlc-2conductor.test +++ b/tests/5c-check_numeric_data_from_atlc-2conductor.test @@ -10,9 +10,9 @@ cp $top_srcdir/examples/coax2.bmp $top_builddir/tmp # Add the -S and -s options together to prevent all ( .bmp or .bin files ) being created. if [ "$mpirun_found" = "yes" ] ; then - Zo=`mpirun -np 2 $top_builddir/src/non_gui/atlc -s -S $top_builddir/tmp/coax2.bmp | awk '{print $6}'` + Zo=`mpirun -np 2 $top_builddir/src/atlc -s -S $top_builddir/tmp/coax2.bmp | awk '{print $6}'` else - Zo=`$top_builddir/src/non_gui/atlc -s -S $top_builddir/tmp/coax2.bmp | awk '{print $6}'` + Zo=`$top_builddir/src/atlc -s -S $top_builddir/tmp/coax2.bmp | awk '{print $6}'` fi if [ $Zo != 70.199 ] ; then