Skip to content

Commit

Permalink
fix: cleanup files after testing
Browse files Browse the repository at this point in the history
This is needed before deploy the files.
  • Loading branch information
GerryFerdinandus committed Oct 12, 2017
1 parent 5f021b1 commit bf3adb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/travis_unit_test.sh
Expand Up @@ -31,3 +31,10 @@ then
echo There is no unit test for macOS.

fi

#Remove all the extra file created by test
rm enduser/console_log.txt
rm enduser/export_trackers.txt

#Undo all changes made by testing.
git reset --hard

0 comments on commit bf3adb2

Please sign in to comment.