discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] python scripts in gnuradio-core/src/python/gnuradio/g


From: Berndt Josef Wulf
Subject: [Discuss-gnuradio] python scripts in gnuradio-core/src/python/gnuradio/gr inconsistent
Date: Sun, 17 Oct 2004 16:44:19 +0930
User-agent: KMail/1.7

G'day,

whilst testing gnuradio-core-current (CVS 17/10/2004) the following 
inconstency were observed and required correction before successfully running 
the checks:

--- qa_basic_flow_graph.py.orig 2004-10-17 16:18:35.000000000 +0930
+++ qa_basic_flow_graph.py      2004-10-17 16:18:45.000000000 +0930
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python

--- flow_graph.py.orig  2004-10-17 16:24:18.000000000 +0930
+++ flow_graph.py       2004-10-17 16:24:41.000000000 +0930
@@ -1,4 +1,4 @@
-#!/usr/bin/env
+#!/usr/bin/env python
 #
 # Copyright 2004 Free Software Foundation, Inc.
 #


The run_tests script will fail due to a syntax error see below:

--- run_tests.orig      2004-10-17 16:16:04.000000000 +0930
+++ run_tests   2004-10-17 16:16:16.000000000 +0930
@@ -17,7 +17,7 @@
   fi
 done

-if [ $ok == yes ]
+if [ $ok = yes ]
 then
   exit 0
 else


other files from the same directory with no command instructions are:

==> __init__.py <==
#

==> basic_flow_graph.py <==
#

==> exceptions.py <==
#

==> scheduler.py <==
#

don't they need the python, if not just for consistency?
 
73, Berndt
VK5ABN




reply via email to

[Prev in Thread] Current Thread [Next in Thread]