debug hardware

This commit is contained in:
Ray Ozzie 2016-03-26 13:05:39 -04:00
parent 51203e1e56
commit 066a22eb5c
2 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,6 @@ popd
cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd $INSTALL_DIR/poly_pkt_fwd
# Delete the build folder so that we save space
rm -rf $BUILD_DIR
# rm -rf $BUILD_DIR
echo "Build & Installation Completed."

2
run.sh
View File

@ -1,5 +1,7 @@
#! /bin/bash
exit 1
# Ensure that we've got the required env vars
echo "*******************"