Update bake statements to use Python 3
authorTom Henderson <tomh@tomh.org>
Mon, 26 Aug 2019 14:20:40 -0700
changeset 63 476aae6d63ad
parent 62 bffa1e045112
child 64 8cb8317696d0
Update bake statements to use Python 3
daily-without-valgrind/script
--- a/daily-without-valgrind/script	Sun Jun 16 02:19:26 2019 -0700
+++ b/daily-without-valgrind/script	Mon Aug 26 14:20:40 2019 -0700
@@ -23,9 +23,9 @@
 ./test.py || exit $?
 ./waf clean || exit $?
 cd ../bake || exit $?
-python bake.py configure -e ns-3-allinone || exit $?
-python bake.py download || exit $?
-python bake.py build || exit $?
+python3 bake.py configure -e ns-3-allinone || exit $?
+python3 bake.py download || exit $?
+python3 bake.py build || exit $?
 cd source/ns-3-dev || exit $?
 ./waf clean || exit $?
 ./waf -d optimized configure --enable-examples --enable-tests --enable-mpi || exit $?