Skip to content

Commit

Permalink
Remove unnecessary ls in ete test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Dec 8, 2016
1 parent e051b73 commit b37a8d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ete-test/resources/scripts/generate-without-solution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ set -ex
export TCFRAME_HOME=../../tcframe

$TCFRAME_HOME/scripts/tcframe build
ls
./runner
1 change: 0 additions & 1 deletion ete-test/resources/scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ export TCFRAME_HOME=../../tcframe

g++ -o solution solution.cpp
$TCFRAME_HOME/scripts/tcframe build
ls
./runner --solution=./solution

0 comments on commit b37a8d5

Please sign in to comment.