diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8516e08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +stream.*k +run_stream \ No newline at end of file diff --git a/streams/streams_run b/streams/streams_run index 85ef2c6..8a40593 100755 --- a/streams/streams_run +++ b/streams/streams_run @@ -421,7 +421,7 @@ fi # # Install required packaging. # -${TOOLS_BIN}/package_tool --wrapper_config ${run_dir}/streams.json --no_packages $to_no_pkg_install +package_tool --wrapper_config ${run_dir}/streams.json lrtc=$? if [[ $? -ne $lrtc ]]; then echo Packaging installed failed.