Skip to content

Commit

Permalink
/../../
Browse files Browse the repository at this point in the history
  • Loading branch information
RE committed Dec 30, 2023
1 parent b56f44e commit af09810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source $dir/.bashrc
# cd src/mypkg
while read INPUT
do
(ros2 launch mypkg talk_listen.launch.py < $INPUT ) >/tmp/mypkg.log
(ros2 launch mypkg talk_listen.launch.py < $INPUT ) >/../../tmp/mypkg.log
done < ./inputs.txt

cat /tmp/mypkg.log |
Expand Down

0 comments on commit af09810

Please sign in to comment.