fix shell redirect
This commit is contained in:
parent
ce05f4224c
commit
35139976dd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ read something
|
|||
cd $P4_PROJECT_DIR && make
|
||||
|
||||
# Step 5
|
||||
cd $P4_PROJECT_DIR/nf_sume_sdnet_ip/SimpleSumeSwitch && ./vivado_sim.bash >& LOG 2>&1
|
||||
cd $P4_PROJECT_DIR/nf_sume_sdnet_ip/SimpleSumeSwitch && ./vivado_sim.bash >LOG 2>&1
|
||||
|
||||
expected_line=$(grep ^expected LOG | sed 's/.*(//')
|
||||
actual_line=$(grep ^actual LOG | sed 's/.*(//')
|
||||
|
|
Loading…
Reference in a new issue