Skip to content

Commit

Permalink
Tests: only delete the current experiment files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Nov 14, 2020
1 parent 2d9aebf commit cbdbeb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/run-example-experiment
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ FILENAME="${FILENAME%.*}"

cd $(dirname "$0")/../examples

rm -rf "$DIR/data"
rm -rf "$DIR/data/$FILENAME"
rm -rf "$DIR/data/$FILENAME-eval"
pushd "$DIR"
check "$FILENAME"

0 comments on commit cbdbeb5

Please sign in to comment.