Skip to content
Snippets Groups Projects
Unverified Commit 03f66acb authored by Nicolas Tsiftes's avatar Nicolas Tsiftes Committed by GitHub
Browse files

Merge pull request #1806 from pjonsson/suppress-nashorn-warn

tests: suppress Nashorn removal warning
parents 45f2b493 11dac050
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ for (( SEED=$BASESEED; SEED<$(($BASESEED+$RUNCOUNT)); SEED++ )); do
echo -n "Running test $BASENAME with random Seed $SEED"
# run simulation
java -Xshare:on -jar $CONTIKI/tools/cooja/dist/cooja.jar -nogui=$CSC -contiki=$CONTIKI -random-seed=$SEED > $BASENAME.$SEED.coojalog &
java -Xshare:on -Dnashorn.args=--no-deprecation-warning -jar $CONTIKI/tools/cooja/dist/cooja.jar -nogui=$CSC -contiki=$CONTIKI -random-seed=$SEED > $BASENAME.$SEED.coojalog &
JPID=$!
# Copy the log and only print "." if it changed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment