concordia-library/scripts/concordia-test-jrc.sh
rjawor 23aa113747 order in scripts
Former-commit-id: 945423dec6f4007f780b27fd590fb09578117b54
2015-04-24 11:10:17 +02:00

15 lines
417 B
Bash
Executable File

#!/bin/sh
echo "CONCORDIA RUNNER: Decompressing test file"
xz -dk ../prod/resources/text-files/jrc_smaller.txt.xz
echo "CONCORDIA RUNNER: Running Concordia"
rm ../prod/resources/temp/*
echo "CONCORDIA RUNNER: testing"
../build/concordia-console/concordia-console -c ../prod/resources/concordia-config/concordia.cfg -t ../prod/resources/text-files/jrc_smaller.txt
rm ../prod/resources/text-files/jrc_smaller.txt