From 1224ae137b7e6cd4bfdb9e259ab6cbba11ba1b55 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 21 Oct 2017 18:42:44 +0200 Subject: -improve the test script to get the under dev dice cli version. --- cli/test_dice.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/test_dice.sh b/cli/test_dice.sh index bd20b6a..78401ce 100755 --- a/cli/test_dice.sh +++ b/cli/test_dice.sh @@ -1,8 +1,11 @@ #!/bin/sh + +DICE="/home/renaud/application/mine/build-DiceParser-Qt5_7-debug-dice/cli/bin/dice" + export LD_LIBRARY_PATH="/home/renaud/application/other/Qt/5.7/gcc_64/lib:$LD_LIBRARY_PATH" for line in `cat cmds.txt` do #echo $line; - dice $line + $DICE $line done -- cgit v1.2.3-70-g09d2